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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-dccp.c41 * @dccph_type - packet type, see DCCP_PKT_ prefixed macros
65 * @dccph_type - packet type, see DCCP_PKT_ prefixed macros
278 uint8_t dccph_type; local
359 dccph_type = DCCPH_TYPE(dh);
360 switch (dccph_type) {
367 tok2str(dccp_pkt_type_str, "", dccph_type),
373 tok2str(dccp_pkt_type_str, "", dccph_type),
383 tok2str(dccp_pkt_type_str, "", dccph_type),
389 tok2str(dccp_pkt_type_str, "", dccph_type),
394 ND_PRINT((ndo, "%s ", tok2str(dccp_pkt_type_str, "", dccph_type)));
[all...]

Completed in 98 milliseconds