Lines Matching full:payload

16  *  Operation/Status in an outbound SOL payload format(BMC to Remote Console).
43 * Operation/Status in an Inbound SOL Payload format(Remote Console to BMC).
70 /** @struct Payload
72 * SOL Payload Data Format.The following fields make up the SOL payload in an
75 struct Payload struct
95 * packets under the IPMI session. At the payload level, SOL packets include
127 * @return outbound sequence number to populate the SOL payload.
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
167 * started for the activate payload command. Its purpose is to be able
174 * @param[in] instance - SOL payload instance.
189 * @param[in] instance - SOL payload instance.
214 /** @brief SOL payload instance. */
242 /** @brief Process the Inbound SOL payload.
244 * The SOL payload from the remote console is processed and the
257 /** @brief Send the outbound SOL payload.
260 * the payload fails.
264 /** @brief Resend the SOL payload.
266 * @param[in] clear - if true then send the payload and clear the
267 * cached payload, if false only send the 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
292 * to be attempted the payload is sent again.
297 * @brief Send Response for Incoming SOL payload.
305 /** @brief Send the outgoing SOL payload.
307 * @param[in] out - buffer containing the SOL payload.