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

/freebsd-10.0-release/contrib/ipfilter/ipsd/
H A Dsbpf.c96 register struct bpf_hdr *bh;
110 bh = (struct bpf_hdr *)bp;
/freebsd-10.0-release/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c189 struct bpf_hdr* bpfh = (struct bpf_hdr*) buf;
/freebsd-10.0-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.0-release/libexec/rbootd/
H A Dbpf.c329 #define bhp ((struct bpf_hdr *)bp)
/freebsd-10.0-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.0-release/sbin/dhclient/
H A Dbpf.c371 struct bpf_hdr hdr;
/freebsd-10.0-release/sys/net/
H A Dbpf.h204 struct bpf_hdr { struct
H A Dbpf.c2225 hdrlen += SIZEOF_BPF_HDR(struct bpf_hdr);
2283 struct bpf_hdr hdr_old;
/freebsd-10.0-release/tools/tools/net80211/stumbler/
H A Dstumbler.c848 struct bpf_hdr* bpfh;
855 bpfh = (struct bpf_hdr*) buf;
/freebsd-10.0-release/usr.sbin/usbdump/
H A Dusbdump.c576 const struct bpf_hdr *hdr;
578 hdr = (const struct bpf_hdr *)ptr;
/freebsd-10.0-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c470 struct bpf_hdr *bpfh = got;
/freebsd-10.0-release/usr.sbin/rarpd/
H A Drarpd.c563 #define bhp ((struct bpf_hdr *)bp)
/freebsd-10.0-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2297 struct bpf_hdr *bpfh;
2307 bpfh = (struct bpf_hdr*) (*data);

Completed in 212 milliseconds