Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/transport/serialbridge/
H A Dserialcmd.cpp269 ipmiSerialConnectionHeaderLength))) in read()
278 &requestBuffer[ipmiSerialConnectionHeaderLength], in read()
279 requestBuffer.size() - ipmiSerialConnectionHeaderLength))) in read()
H A Dserialcmd.hpp15 static constexpr auto ipmiSerialConnectionHeaderLength = 3; variable