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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddccp.h50 * struct dccp_hdr_ext - the low bits of a 48 bit seq packet
54 struct dccp_hdr_ext { struct
289 static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh)
291 return (struct dccp_hdr_ext *)((unsigned char *)dh + sizeof(*dh));
296 return sizeof(*dh) + (dh->dccph_x ? sizeof(struct dccp_hdr_ext) : 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Doutput.c52 sizeof(struct dccp_hdr_ext) +
167 sizeof(struct dccp_hdr) + sizeof(struct dccp_hdr_ext));
344 sizeof(struct dccp_hdr_ext) +
401 sizeof(struct dccp_hdr_ext) +
H A Ddccp.h396 struct dccp_hdr_ext *dhx = (struct dccp_hdr_ext *)((void *)dh +

Completed in 543 milliseconds