Searched refs:currentSessions (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-host-ipmid/test/message/ |
H A D | pack.cpp | 457 constexpr uint8_t currentSessions = 4; // number of current active sessions in TEST() local 481 p.pack(handle, maxSessions, currentSessions, activeSession, lanSession); in TEST() 483 sizeof(handle) + sizeof(maxSessions) + sizeof(currentSessions) + in TEST() 489 handle, maxSessions, currentSessions, userID, priv, protocol_channel, in TEST()
|