Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/net/bpfilter/
H A Dt_bpfilter.c234 struct bpf_hdr *hdr; in magic_ping_test()
278 hdr = (struct bpf_hdr *)buf; in magic_ping_test()
280 ATF_REQUIRE(bufsize > sizeof(struct bpf_hdr)); in magic_ping_test()
284 ATF_CHECK(n > (int)sizeof(struct bpf_hdr)); in magic_ping_test()
/freebsd/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c187 struct bpf_hdr* bpfh = (struct bpf_hdr*) buf; in get_wifi()
/freebsd/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. argument
/freebsd/libexec/rbootd/
H A Dbpf.c309 #define bhp ((struct bpf_hdr *)bp) in BpfRead()
/freebsd/sys/net/
H A Dbpf.h207 struct bpf_hdr { struct
H A Dbpf.c2520 hdrlen += SIZEOF_BPF_HDR(struct bpf_hdr); in bpf_hdrlen()
2580 struct bpf_hdr hdr_old; in catchpacket()
/freebsd/tools/tools/net80211/stumbler/
H A Dstumbler.c846 struct bpf_hdr* bpfh; in bpf_input()
853 bpfh = (struct bpf_hdr*) buf; in bpf_input()
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c585 const struct bpf_hdr *hdr; in fix_packets()
587 hdr = (const struct bpf_hdr *)ptr; in fix_packets()
/freebsd/sbin/dhclient/
H A Dbpf.c401 struct bpf_hdr hdr; in receive_packet()
/freebsd/tools/tools/net80211/wlaninject/
H A Dwlaninject.c468 struct bpf_hdr *bpfh = got; in do_verify()
/freebsd/usr.sbin/rarpd/
H A Drarpd.c555 #define bhp ((struct bpf_hdr *)bp) in rarp_loop()
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c95 #define bpf_hdr bpf_hdr32 macro
1314 #define bhp ((struct bpf_hdr *)bp) in pcap_read_bpf()
H A Dpcap-npf.c681 #define bhp ((struct bpf_hdr *)bp) in pcap_read_npf()
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2297 struct bpf_hdr *bpfh; in get_80211()
2307 bpfh = (struct bpf_hdr*) (*data); in get_80211()