Lines Matching full:message
7 a) PLDM daemon receives PLDM request message from underlying transport (MCTP).
9 b) PLDM daemon routes message to message handler, based on the PLDM command.
11 c) Message handler decodes request payload into various field(s) of the request
12 message. It can make use of a decode_foo_req() API, and doesn't have to perform
15 d) Message handler works with the request field(s) and generates response
18 e) Message handler prepares a response message. It can make use of an
22 f) The PLDM daemon sends the response message prepared at step e) to the remote
27 a) A BMC PLDM requester app prepares a PLDM request message. There would be
32 b) BMC requester app requests PLDM daemon to send the request message to remote
35 c) Once the PLDM daemon receives a corresponding response message, it notifies
39 a decode_foo_resp() API to deserialize the response message.