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

/freebsd-10.2-release/contrib/tcpdump/
H A Ddccp.h47 * struct dccp_hdr_ext - the low bits of a 48 bit seq packet
51 struct dccp_hdr_ext { struct
92 const int ext = DCCPH_X(hdrg) ? sizeof(struct dccp_hdr_ext) : 0;
H A Dprint-dccp.c101 const struct dccp_hdr_ext *dhx = (void *)(dh + 1);
112 return sizeof(*dh) + (DCCPH_X(dh) ? sizeof(struct dccp_hdr_ext) : 0);

Completed in 23 milliseconds