Home
last modified time | relevance | path

Searched refs:ipmbConnectionHeaderLength (Results 1 – 4 of 4) sorted by relevance

/openbmc/ipmbbridge/
H A Dipmbutils.cpp69 ipmbConnectionHeaderLength); in ipmbConnectionHeaderChecksumValidate()
75 (reinterpret_cast<uint8_t*>(ipmbHeader) + ipmbConnectionHeaderLength), in ipmbDataChecksumValidate()
76 (length - ipmbConnectionHeaderLength)); in ipmbDataChecksumValidate()
H A Dipmbbridged.hpp69 constexpr size_t ipmbConnectionHeaderLength = 3; variable
78 ipmbPktLenSize + ipmbConnectionHeaderLength + ipmbResponseDataHeaderLength +
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp98 ipmbConnectionHeaderLength); in ipmbConnectionHeaderChecksumValidate()
105 ipmbConnectionHeaderLength), in ipmbDataChecksumValidate()
106 (length - ipmbConnectionHeaderLength)); in ipmbDataChecksumValidate()
140 bufferLength - (ipmbConnectionHeaderLength + in IpmbRequest()
177 buffer, ipmbConnectionHeaderLength - ipmbChecksumSize); in ipmbToi2cConstruct()
183 &buffer[ipmbConnectionHeaderLength + ipmbResponseDataHeaderLength]); in ipmbToi2cConstruct()
187 ipmbConnectionHeaderLength + ipmbChecksumSize; in ipmbToi2cConstruct()
/openbmc/intel-ipmi-oem/include/
H A Dbridgingcommands.hpp71 constexpr size_t ipmbConnectionHeaderLength = 3; variable
78 ipmbConnectionHeaderLength + ipmbResponseDataHeaderLength +