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

  /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/usr.sbin/isibootd/
isibootd.c 115 #define ISIBOOT_FRAME(buf) ((buf) + ((struct bpf_hdr *)(buf))->bh_hdrlen)
  /src/usr.sbin/rarpd/
rarpd.c 495 #define bhp ((struct bpf_hdr *)bp)

Completed in 18 milliseconds