Lines Matching full:sol
11 namespace sol namespace
16 * Operation/Status in an outbound SOL payload format(BMC to Remote Console).
24 uint8_t SOLDeactivating:1; //!< 0 : SOL is active, 1 : SOL deactivated.
34 uint8_t SOLDeactivating:1; //!< 0 : SOL is active, 1 : SOL deactivated.
43 * Operation/Status in an Inbound SOL Payload format(Remote Console to BMC).
72 * SOL Payload Data Format.The following fields make up the SOL payload in an
93 * SOL sequence numbers. At the session level, SOL Payloads share the session
95 * packets under the IPMI session. At the payload level, SOL packets include
97 * retried SOL messages. The sequence numbers must be non-zero. Retried
104 /** @brief Get the SOL sequence number.
116 /** @brief Increment the inbound SOL sequence number. */
125 /** @brief Increment the outbound SOL sequence number.
127 * @return outbound sequence number to populate the SOL payload.
149 * Context keeps the state of the SOL session. The information needed to
150 * maintain the state of the SOL is part of this class. This class provides
151 * interfaces to handle incoming SOL payload, send response and send outbound
152 * SOL payload.
166 * This is called by the SOL Manager when a SOL payload instance is
174 * @param[in] instance - SOL payload instance.
189 * @param[in] instance - SOL payload instance.
214 /** @brief SOL payload instance. */
226 * The timeout interval is managed by the SOL Manager;
235 * The timeout interval is managed by the SOL Manager;
242 /** @brief Process the Inbound SOL payload.
244 * The SOL payload from the remote console is processed and the
251 * @param[in] input - Incoming SOL character data.
257 /** @brief Send the outbound SOL payload.
264 /** @brief Resend the SOL payload.
281 * sending the SOL payload. The check is done against these values when
282 * an incoming SOL payload is received.
289 /** @brief Copy of the last sent SOL payload.
291 * A copy of the SOL payload is kept here, so that when a retry needs
297 * @brief Send Response for Incoming SOL payload.
305 /** @brief Send the outgoing SOL payload.
307 * @param[in] out - buffer containing the SOL payload.
312 } // namespace sol