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

/freebsd-current/contrib/netbsd-tests/net/bpfilter/
H A Dt_bpfilter.c234 struct bpf_hdr *hdr;
278 hdr = (struct bpf_hdr *)buf;
280 ATF_REQUIRE(bufsize > sizeof(struct bpf_hdr));
284 ATF_CHECK(n > (int)sizeof(struct bpf_hdr));
/freebsd-current/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c187 struct bpf_hdr* bpfh = (struct bpf_hdr*) buf;
/freebsd-current/libexec/rbootd/
H A Dbpf.c309 #define bhp ((struct bpf_hdr *)bp)
/freebsd-current/sbin/ipf/ipf/
H A Dbpf-ipf.h146 struct bpf_hdr { struct
155 * will insist on inserting padding; hence, sizeof(struct bpf_hdr) won't work.
/freebsd-current/sys/net/
H A Dbpf.h207 struct bpf_hdr { struct
H A Dbpf.c2510 hdrlen += SIZEOF_BPF_HDR(struct bpf_hdr);
2570 struct bpf_hdr hdr_old;
/freebsd-current/sbin/dhclient/
H A Dbpf.c401 struct bpf_hdr hdr;
/freebsd-current/tools/tools/net80211/stumbler/
H A Dstumbler.c846 struct bpf_hdr* bpfh;
853 bpfh = (struct bpf_hdr*) buf;
/freebsd-current/usr.sbin/usbdump/
H A Dusbdump.c585 const struct bpf_hdr *hdr;
587 hdr = (const struct bpf_hdr *)ptr;
/freebsd-current/tools/tools/net80211/wlaninject/
H A Dwlaninject.c468 struct bpf_hdr *bpfh = got;
/freebsd-current/contrib/libpcap/
H A Dpcap-bpf.c97 #define bpf_hdr bpf_hdr32 macro
1197 #define bhp ((struct bpf_hdr *)bp)
H A Dpcap-npf.c641 #define bhp ((struct bpf_hdr *)bp)
728 * XXX A bpf_hdr matches a pcap_pkthdr.
/freebsd-current/usr.sbin/rarpd/
H A Drarpd.c555 #define bhp ((struct bpf_hdr *)bp)
/freebsd-current/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2297 struct bpf_hdr *bpfh;
2307 bpfh = (struct bpf_hdr*) (*data);

Completed in 200 milliseconds