Lines Matching refs:message
42 Since MCTP is message-based, only ``SOCK_DGRAM`` sockets are supported.
99 match the network, address, and message type will be received by this socket.
101 messages with the TO bit set, to indicate an incoming request message, rather
118 The ``smctp_type`` field specifies which message types to receive. Only the
121 receiving packets with and without a message integrity check footer.
123 ``sendto()``, ``sendmsg()``, ``send()`` : transmit an MCTP message
126 An MCTP message is transmitted using one of the ``sendto()``, ``sendmsg()`` or
135 /* set message destination */
142 /* arbitrary message to send, with message-type header */
152 EID. If ``MCTP_TAG_OWNER`` is not set, the message will be sent with the tag
156 The application must provide the message type byte as the first byte of the
157 message buffer passed to ``sendto()``. If a message integrity check is to be
158 included in the transmitted message, it must also be provided in the message
159 buffer, and the most-significant bit of the message type byte must be 1.
162 message buffer to be specified as a scatter-gather list. At present no ancillary
163 message types (used for the ``msg_control`` data passed to ``sendmsg()``) are
166 Transmitting a message on an unconnected socket with ``MCTP_TAG_OWNER``
170 outgoing message. If any previous allocation has been performed (to for a
176 ``recvfrom()``, ``recvmsg()``, ``recv()`` : receive an MCTP message
179 An MCTP message can be received by an application using one of the
202 remote address of the incoming message, including tag value (this will be needed
203 in order to reply to the message).
205 The first byte of the message buffer will contain the message type byte. If an
206 integrity check follows the message, it will be included in the received buffer.
210 remote address is already known, or the message does not require a reply.
218 These tags give applications more control over MCTP message tags, by allocating
220 allocating a per-message tag at ``sendmsg()`` time.
226 release) from individual message send and receive operations.
268 1. local TX to remote endpoint, message <= MTU::
276 2. local TX to remote endpoint, message > MTU::
285 3. remote TX to local endpoint, single-packet message::
293 4. remote TX to local endpoint, multiple-packet message::