Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/command/
H A Dsession_cmds.cpp251 inPayload.size() != sizeof(CloseSessionRequest)) in closeSession()
258 reinterpret_cast<const CloseSessionRequest*>(inPayload.data()); in closeSession()
267 if (inPayload.size() == sizeof(CloseSessionRequest)) in closeSession()
H A Dsession_cmds.hpp85 struct CloseSessionRequest struct