Searched refs:dccph_type (Results 1 – 2 of 2) sorted by relevance
/external/tcpdump/ |
D | print-dccp.c | 282 uint8_t dccph_type; in dccp_print() local 370 dccph_type = DCCPH_TYPE(dh); in dccp_print() 371 switch (dccph_type) { in dccp_print() 378 tok2str(dccp_pkt_type_str, "", dccph_type), in dccp_print() 384 tok2str(dccp_pkt_type_str, "", dccph_type), in dccp_print() 394 tok2str(dccp_pkt_type_str, "", dccph_type), in dccp_print() 400 tok2str(dccp_pkt_type_str, "", dccph_type), in dccp_print() 405 ND_PRINT((ndo, "%s ", tok2str(dccp_pkt_type_str, "", dccph_type))); in dccp_print() 411 tok2str(dccp_pkt_type_str, "", dccph_type), in dccp_print() 415 ND_PRINT((ndo, "%s ", tok2str(dccp_pkt_type_str, "", dccph_type))); in dccp_print() [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | dccp.h | 36 dccph_type:4, member 40 dccph_type:4, member
|