Lines Matching full:outbound
14 /** @struct Outbound
16 * Operation/Status in an outbound SOL payload format(BMC to Remote Console).
18 struct Outbound struct
83 struct Outbound outOperation; //!< BMC to Remote Console
107 * outbound sequence number
125 /** @brief Increment the outbound SOL sequence number.
127 * @return outbound sequence number to populate the SOL payload.
141 uint8_t out = 0; //!< Outbound sequence number, since the first
151 * interfaces to handle incoming SOL payload, send response and send outbound
257 /** @brief Send the outbound SOL payload.
286 /** @brief Inbound and Outbound sequence numbers. */