Searched refs:classOfMsg (Results 1 – 2 of 2) sorted by relevance
30 (rmcpHeaderPtr->classOfMsg < static_cast<uint8_t>(ClassOfMsg::ASF) && in unflatten()31 rmcpHeaderPtr->classOfMsg > static_cast<uint8_t>(ClassOfMsg::OEM))) in unflatten()36 if (rmcpHeaderPtr->classOfMsg == static_cast<uint8_t>(ClassOfMsg::ASF)) in unflatten()119 static_cast<ClassOfMsg>(header->base.rmcp.classOfMsg); in unflatten()147 header->base.rmcp.classOfMsg = static_cast<uint8_t>(ClassOfMsg::IPMI); in flatten()201 static_cast<ClassOfMsg>(header->base.rmcp.classOfMsg); in unflatten()257 header->base.rmcp.classOfMsg = static_cast<uint8_t>(ClassOfMsg::IPMI); in flatten()442 header->ping.rmcp.classOfMsg = static_cast<uint8_t>(ClassOfMsg::ASF); in flatten()
57 uint8_t classOfMsg; member