Searched refs:bpf_hdr (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dbpf.h213 struct bpf_hdr { struct
223 * will insist on inserting padding; hence, sizeof(struct bpf_hdr) won't work.
226 #define SIZEOF_BPF_HDR (sizeof(struct bpf_hdr) <= 20 ? 18 : \
227 sizeof(struct bpf_hdr))
H A Dbpf.c2209 struct bpf_hdr *hp;
2301 hp = (struct bpf_hdr *)(void *)(d->bd_sbuf + curlen);
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-win32.c78 struct bpf_hdr { struct
206 #define bhp ((struct bpf_hdr *)bp)
237 * XXX A bpf_hdr matches a pcap_pkthdr.
H A Dpcap-bpf.c111 #define bpf_hdr bpf_hdr32 macro
1029 #define bhp ((struct bpf_hdr *)bp)
/macosx-10.9.5/network_cmds-433/rarpd.tproj/
H A Drarpd.c460 #define bhp ((struct bpf_hdr *)bp)
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Darp_session.c576 struct bpf_hdr * bpf = (struct bpf_hdr *)(void *)offset;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c3281 const struct bpf_hdr *const bh = (const struct bpf_hdr *)ptr;

Completed in 183 milliseconds