Lines Matching +full:48 +full:- +full:bit
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
9 * struct dccp_hdr - generic part of DCCP packet header
11 * @dccph_sport - Relevant port on the endpoint that sent this packet
12 * @dccph_dport - Relevant port on the other endpoint
13 * @dccph_doff - Data Offset from the start of the DCCP header, in 32-bit words
14 * @dccph_ccval - Used by the HC-Sender CCID
15 * @dccph_cscov - Parts of the packet that are covered by the Checksum field
16 * @dccph_checksum - Internet checksum, depends on dccph_cscov
17 * @dccph_x - 0 = 24 bit sequence number, 1 = 48
18 * @dccph_type - packet type, see DCCP_PKT_ prefixed macros
19 * @dccph_seq - sequence number high or low order 24 bits, depends on dccph_x
51 * struct dccp_hdr_ext - the low bits of a 48 bit seq packet
53 * @dccph_seq_low - low 24 bits of a 48 bit seq packet
60 * struct dccp_hdr_request - Connection initiation request header
62 * @dccph_req_service - Service to which the client app wants to connect
68 * struct dccp_hdr_ack_bits - acknowledgment bits common to most packets
70 * @dccph_resp_ack_nr_high - 48 bit ack number high order bits, contains GSR
71 * @dccph_resp_ack_nr_low - 48 bit ack number low order bits, contains GSR
79 * struct dccp_hdr_response - Connection initiation response header
81 * @dccph_resp_ack - 48 bit Acknowledgment Number Subheader (5.3)
82 * @dccph_resp_service - Echoes the Service Code on a received DCCP-Request
90 * struct dccp_hdr_reset - Unconditionally shut down a connection
92 * @dccph_reset_ack - 48 bit Acknowledgment Number Subheader (5.6)
93 * @dccph_reset_code - one of %dccp_reset_codes
94 * @dccph_reset_data - the Data 1 ... Data 3 fields from 5.6
174 /* maximum size of a single TLV-encoded DCCP option (sans type/len bytes) */
195 /* 10-127 reserved */
205 /* ^-- Up to here reserved exclusively for qpolicy parameters */