Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A Dipmbutils.cpp66 inline bool ipmbConnectionHeaderChecksumValidate(IPMB_HEADER* ipmbHeader) in ipmbConnectionHeaderChecksumValidate() function
81 bool frameValid = ipmbConnectionHeaderChecksumValidate(frame); in isFrameValid()
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp95 ipmbConnectionHeaderChecksumValidate(const ipmbHeader* ipmbHeader) in ipmbConnectionHeaderChecksumValidate() function
116 if (false == ipmbConnectionHeaderChecksumValidate(frame)) in isFrameValid()