Home | History | Annotate | Download | only in tcpdump

Lines Matching full:dccp

10 /* \summary: Datagram Congestion Control Protocol (DCCP) printer */
28 /* RFC4340: Datagram Congestion Control Protocol (DCCP) */
31 * struct dccp_hdr - generic part of DCCP packet header, with a 24-bit
36 * @dccph_doff - Data Offset from the start of the DCCP header, in 32-bit words
55 * struct dccp_hdr_ext - generic part of DCCP packet header, with a 48-bit
60 * @dccph_doff - Data Offset from the start of the DCCP header, in 32-bit words
98 * @dccph_resp_service - Echoes the Service Code on a received DCCP-Request
109 * @dccph_reset_service - Echoes the Service Code on a received DCCP-Request
131 { DCCP_PKT_REQUEST, "DCCP-Request" },
132 { DCCP_PKT_RESPONSE, "DCCP-Response" },
133 { DCCP_PKT_DATA, "DCCP-Data" },
134 { DCCP_PKT_ACK, "DCCP-Ack" },
135 { DCCP_PKT_DATAACK, "DCCP-DataAck" },
136 { DCCP_PKT_CLOSEREQ, "DCCP-CloseReq" },
137 { DCCP_PKT_CLOSE, "DCCP-Close" },
138 { DCCP_PKT_RESET, "DCCP-Reset" },
139 { DCCP_PKT_SYNC, "DCCP-Sync" },
140 { DCCP_PKT_SYNCACK, "DCCP-SyncAck" },
160 static const char tstr[] = "[|dccp]";
263 * dccp_print - show dccp packet
264 * @bp - beginning of dccp packet
291 ND_PRINT((ndo, "[Invalid packet|dccp]"));
295 ND_PRINT((ndo, "truncated-dccp - %u bytes missing!",
303 ND_PRINT((ndo, "truncated-dccp - %u bytes missing!",
323 ND_PRINT((ndo, "DCCP"));