Home
last modified time | relevance | path

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

/external/tcpdump/
Ddccp.h42 #define DCCPH_X(dh) ((dh)->dccph_xtrs.dccph_xtr & 1) macro
92 const int ext = DCCPH_X(hdrg) ? sizeof(struct dccp_hdr_ext) : 0;
Dprint-dccp.c148 if (DCCPH_X(dh) != 0) { in dccp_seqno()
160 return sizeof(*dh) + (DCCPH_X(dh) ? sizeof(struct dccp_hdr_ext) : 0); in dccp_basic_hdr_len()
175 if (DCCPH_X(dh) != 0) { in dccp_print_ack_no()