Lines Matching defs:ipmbHeader
95 const ipmbHeader* ipmbHeader)
97 return ipmbChecksumValidate(reinterpret_cast<const uint8_t*>(ipmbHeader),
101 static inline bool ipmbDataChecksumValidate(const ipmbHeader* ipmbHeader,
104 return ipmbChecksumValidate((reinterpret_cast<const uint8_t*>(ipmbHeader) +
109 static bool isFrameValid(const ipmbHeader* frame, size_t length)
129 IpmbRequest::IpmbRequest(const ipmbHeader* ipmbBuffer, size_t bufferLength)
167 ipmbHeader* ipmbBuffer = (ipmbHeader*)buffer;
262 auto sendMsgReqData = reinterpret_cast<const ipmbHeader*>(msgData.data());