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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A 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;
H A Dprint-dccp.c100 if (DCCPH_X(dh) != 0) {
112 return sizeof(*dh) + (DCCPH_X(dh) ? sizeof(struct dccp_hdr_ext) : 0);
127 if (DCCPH_X(dh) != 0) {

Completed in 106 milliseconds