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

/freebsd-10.3-release/contrib/ipfilter/ipsd/
H A Dsbpf.c96 register struct bpf_hdr *bh;
110 bh = (struct bpf_hdr *)bp;
/freebsd-10.3-release/contrib/netbsd-tests/net/bpfilter/
H A Dt_bpfilter.c219 struct bpf_hdr *hdr;
263 hdr = (struct bpf_hdr *)buf;
265 ATF_REQUIRE(bufsize > sizeof(struct bpf_hdr));
269 ATF_CHECK(n > (int)sizeof(struct bpf_hdr));
/freebsd-10.3-release/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c189 struct bpf_hdr* bpfh = (struct bpf_hdr*) buf;
/freebsd-10.3-release/libexec/rbootd/
H A Dbpf.c325 #define bhp ((struct bpf_hdr *)bp)
/freebsd-10.3-release/contrib/ipfilter/
H A Dbpf-ipf.h151 struct bpf_hdr { struct
160 * will insist on inserting padding; hence, sizeof(struct bpf_hdr) won't work.
/freebsd-10.3-release/contrib/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.c91 #define bpf_hdr bpf_hdr32 macro
919 #define bhp ((struct bpf_hdr *)bp)
/freebsd-10.3-release/sbin/dhclient/
H A Dbpf.c371 struct bpf_hdr hdr;
/freebsd-10.3-release/sys/net/
H A Dbpf.h204 struct bpf_hdr { struct
H A Dbpf.c2244 hdrlen += SIZEOF_BPF_HDR(struct bpf_hdr);
2302 struct bpf_hdr hdr_old;
/freebsd-10.3-release/tools/tools/net80211/stumbler/
H A Dstumbler.c848 struct bpf_hdr* bpfh;
855 bpfh = (struct bpf_hdr*) buf;
/freebsd-10.3-release/usr.sbin/usbdump/
H A Dusbdump.c575 const struct bpf_hdr *hdr;
577 hdr = (const struct bpf_hdr *)ptr;
/freebsd-10.3-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c470 struct bpf_hdr *bpfh = got;
/freebsd-10.3-release/usr.sbin/rarpd/
H A Drarpd.c563 #define bhp ((struct bpf_hdr *)bp)
/freebsd-10.3-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2298 struct bpf_hdr *bpfh;
2308 bpfh = (struct bpf_hdr*) (*data);

Completed in 198 milliseconds