Home
last modified time | relevance | path

Searched refs:dccph_type (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-dccp.c277 uint8_t dccph_type; in dccp_print() local
357 dccph_type = DCCPH_TYPE(dh); in dccp_print()
358 switch (dccph_type) { in dccp_print()
365 tok2str(dccp_pkt_type_str, "", dccph_type), in dccp_print()
371 tok2str(dccp_pkt_type_str, "", dccph_type), in dccp_print()
381 tok2str(dccp_pkt_type_str, "", dccph_type), in dccp_print()
387 tok2str(dccp_pkt_type_str, "", dccph_type), in dccp_print()
392 ND_PRINT("%s ", tok2str(dccp_pkt_type_str, "", dccph_type)); in dccp_print()
398 tok2str(dccp_pkt_type_str, "", dccph_type), in dccp_print()
402 ND_PRINT("%s ", tok2str(dccp_pkt_type_str, "", dccph_type)); in dccp_print()
[all …]