Home
last modified time | relevance | path

Searched refs:RMCP_SEQ (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-net-ipmid/
H A Dmessage_parsers.cpp29 (rmcpHeaderPtr->rmcpSeqNum != RMCP_SEQ) || in unflatten()
146 header->base.rmcp.rmcpSeqNum = parser::RMCP_SEQ; in flatten()
256 header->base.rmcp.rmcpSeqNum = parser::RMCP_SEQ; in flatten()
441 header->ping.rmcp.rmcpSeqNum = parser::RMCP_SEQ; in flatten()
H A Dmessage_parsers.hpp19 constexpr size_t RMCP_SEQ = 0xFF; variable