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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-ipnet.c26 const ipnet_hdr_t *hdr;
27 hdr = (const ipnet_hdr_t *)bp;
49 ipnet_hdr_t *hdr;
51 if (caplen < sizeof(ipnet_hdr_t)) {
59 length -= sizeof(ipnet_hdr_t);
60 caplen -= sizeof(ipnet_hdr_t);
61 hdr = (ipnet_hdr_t *)p;
62 p += sizeof(ipnet_hdr_t);
79 length + sizeof(ipnet_hdr_t));
99 return (sizeof(ipnet_hdr_t));
[all...]
H A Dipnet.h10 } ipnet_hdr_t; typedef in typeref:struct:ipnet_hdr

Completed in 53 milliseconds