Lines Matching refs:payload
68 - Length of the payload associated with the frame.
76 after the frame structure and before the payload. The payload is followed by
77 its own CRC (over all payload bytes). If the payload is not present (i.e.
78 the frame has ``LEN=0``), the CRC of the payload is still present and will
81 payload.
98 CRC) and, if specified in the frame (i.e. ``LEN > 0``), payload bytes,
99 followed finally, regardless if the payload is present, the payload CRC. The
132 thus do not carry a payload. |DATA_SEQ|- and |DATA_NSQ|-type frames on the
133 other hand must carry a payload. The flow sequence and interaction of
141 |DATA_NSQ|-type frame, followed by its CRC, payload, and payload CRC. In
171 previous payload. In case of an error, the exchange would look like this:
196 Commands are sent as payload inside a data frame. Currently, this is the
197 only known payload type of |DATA| frames, with a payload-type value of
200 The command-type payload (:c:type:`struct ssh_command <ssh_command>`)
203 from the frame payload length given in the corresponding frame, i.e. it is
217 - Type of the payload. For commands always ``0x80``.