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

  /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/external/bsd/libpcap/dist/
pcap-bpf.c 93 #define bpf_hdr bpf_hdr32 macro
1322 #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)

Completed in 54 milliseconds