Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/sol/
H A Dsol_context.cpp142 if (status || ((count != expectedCharCount) && ackSeqNum)) in processInboundPayload()
153 else if ((count == expectedCharCount) && ackSeqNum) in processInboundPayload()
162 expectedCharCount = 0; in processInboundPayload()
246 expectedCharCount = readSize; in prepareResponse()
273 expectedCharCount = readSize; in sendOutboundPayload()
290 expectedCharCount = 0; in resendPayload()
291 sol::Manager::get().dataBuffer.erase(expectedCharCount); in resendPayload()
H A Dsol_context.hpp284 size_t expectedCharCount = 0; member in sol::Context