Home
last modified time | relevance | path

Searched defs:SequenceNumbers (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-net-ipmid/
H A Dsession.hpp62 struct SequenceNumbers struct
64 auto get(bool inbound = true) const in get()
69 void set(uint32_t seqNumber, bool inbound = true) in set()
74 auto increment() in increment()
80 uint32_t in = 0;
81 uint32_t out = 0;
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_context.hpp100 struct SequenceNumbers struct
102 static constexpr uint8_t MAX_SOL_SEQUENCE_NUMBER = 0x10;
111 auto get(bool inbound = true) const in get()
117 void incInboundSeqNum() in incInboundSeqNum()
129 auto incOutboundSeqNum() in incOutboundSeqNum()
140 uint8_t in = 1; //!< Inbound sequence number.
141 uint8_t out = 0; //!< Outbound sequence number, since the first