Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-dccp.c83 #define DCCPH_TYPE(dh) (((dh)->dccph_xtr >> 1) & 0xF) macro
359 dccph_type = DCCPH_TYPE(dh); in dccp_print()
479 if ((DCCPH_TYPE(dh) != DCCP_PKT_DATA) && in dccp_print()
480 (DCCPH_TYPE(dh) != DCCP_PKT_REQUEST)) in dccp_print()