Home | History | Annotate | Download | only in tcpdump

Lines Matching full:dccp

29 /* RFC4340: Datagram Congestion Control Protocol (DCCP) */
32 * struct dccp_hdr - generic part of DCCP packet header, with a 24-bit
37 * @dccph_doff - Data Offset from the start of the DCCP header, in 32-bit words
56 * struct dccp_hdr_ext - generic part of DCCP packet header, with a 48-bit
61 * @dccph_doff - Data Offset from the start of the DCCP header, in 32-bit words
99 * @dccph_resp_service - Echoes the Service Code on a received DCCP-Request
110 * @dccph_reset_service - Echoes the Service Code on a received DCCP-Request
132 { DCCP_PKT_REQUEST, "DCCP-Request" },
133 { DCCP_PKT_RESPONSE, "DCCP-Response" },
134 { DCCP_PKT_DATA, "DCCP-Data" },
135 { DCCP_PKT_ACK, "DCCP-Ack" },
136 { DCCP_PKT_DATAACK, "DCCP-DataAck" },
137 { DCCP_PKT_CLOSEREQ, "DCCP-CloseReq" },
138 { DCCP_PKT_CLOSE, "DCCP-Close" },
139 { DCCP_PKT_RESET, "DCCP-Reset" },
140 { DCCP_PKT_SYNC, "DCCP-Sync" },
141 { DCCP_PKT_SYNCACK, "DCCP-SyncAck" },
161 static const char tstr[] = "[|dccp]";
265 * dccp_print - show dccp packet
266 * @bp - beginning of dccp packet
297 ND_PRINT((ndo, "[Invalid packet|dccp]"));
301 ND_PRINT((ndo, "truncated-dccp - %u bytes missing!",
309 ND_PRINT((ndo, "truncated-dccp - %u bytes missing!",
332 ND_PRINT((ndo, "DCCP"));