Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Dbpf.h134 struct bpf_hdr { struct
147 #define SIZEOF_BPF_HDR (sizeof(struct bpf_hdr) <= 20 ? 18 : \
148 sizeof(struct bpf_hdr))
H A Dbpf.c1408 struct bpf_hdr *hp; in catchpacket()
1455 hp = (struct bpf_hdr *)(d->bd_sbuf + curlen); in catchpacket()
/dragonfly/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c189 struct bpf_hdr* bpfh = (struct bpf_hdr*) buf; in get_wifi()
/dragonfly/libexec/rbootd/
H A Dbpf.c307 #define bhp ((struct bpf_hdr *)bp) in BpfRead()
/dragonfly/tools/tools/net80211/stumbler/
H A Dstumbler.c848 struct bpf_hdr* bpfh; in bpf_input()
855 bpfh = (struct bpf_hdr*) buf; in bpf_input()
/dragonfly/sbin/dhclient/
H A Dbpf.c312 struct bpf_hdr hdr; in receive_packet()
/dragonfly/usr.sbin/usbdump/
H A Dusbdump.c575 const struct bpf_hdr *hdr; in fix_packets()
577 hdr = (const struct bpf_hdr *)ptr; in fix_packets()
/dragonfly/tools/tools/net80211/wlaninject/
H A Dwlaninject.c470 struct bpf_hdr *bpfh = got; in do_verify()
/dragonfly/contrib/dhcpcd/src/
H A Dbpf.c240 struct bpf_hdr packet; in bpf_read()
/dragonfly/usr.sbin/rarpd/
H A Drarpd.c518 #define bhp ((struct bpf_hdr *)bp) in rarp_loop()
/dragonfly/contrib/libpcap/
H A Dpcap-bpf.c97 #define bpf_hdr bpf_hdr32 macro
1184 #define bhp ((struct bpf_hdr *)bp) in pcap_read_bpf()
/dragonfly/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2305 struct bpf_hdr *bpfh; in get_80211()
2315 bpfh = (struct bpf_hdr*) (*data); in get_80211()