HomeSort by: relevance | last modified time | path
    Searched refs:bpf_hdr (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/ipf/dist/ipsd/
sbpf.c 96 register struct bpf_hdr *bh;
110 bh = (struct bpf_hdr *)bp;
  /src/tests/net/bpfilter/
t_bpfilter.c 234 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));
  /src/usr.sbin/mopd/common/
loop-bsd.c 152 #define bhp ((struct bpf_hdr *)bp)
  /src/sys/net/
bpf.h 183 struct bpf_hdr { struct
200 * will insist on inserting padding; hence, sizeof(struct bpf_hdr) won't work.
208 #define SIZEOF_BPF_HDR sizeof(struct bpf_hdr)
216 #define SIZEOF_BPF_HDR sizeof(struct bpf_hdr)
bpf.c 2091 struct bpf_hdr *hp;
2093 hp = (struct bpf_hdr *)h;
  /src/usr.bin/rump_dhcpclient/
bpf.c 165 struct bpf_hdr packet;
  /src/usr.sbin/ndbootd/config/
ndbootd-bpf.c 210 struct bpf_hdr the_bpf_header;
  /src/usr.sbin/rbootd/
bpf.c 303 #define bhp ((struct bpf_hdr *)bp)
  /src/external/bsd/ipf/bin/ipftest/
bpf-ipf.h 151 struct bpf_hdr { struct
160 * will insist on inserting padding; hence, sizeof(struct bpf_hdr) won't work.
  /src/usr.sbin/isibootd/
isibootd.c 115 #define ISIBOOT_FRAME(buf) ((buf) + ((struct bpf_hdr *)(buf))->bh_hdrlen)
  /src/external/bsd/dhcpcd/dist/src/
bpf.c 243 struct bpf_hdr packet;
  /src/external/mpl/dhcp/dist/common/
bpf.c 457 struct bpf_hdr hdr;
  /src/usr.sbin/rarpd/
rarpd.c 495 #define bhp ((struct bpf_hdr *)bp)
  /src/external/bsd/libpcap/dist/
pcap-bpf.c 93 #define bpf_hdr bpf_hdr32 macro
1322 #define bhp ((struct bpf_hdr *)bp)
pcap-npf.c 679 #define bhp ((struct bpf_hdr *)bp)
766 * XXX A bpf_hdr matches a pcap_pkthdr.

Completed in 41 milliseconds