Searched refs:SIZEOF_BPF_HDR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/
H A Dbpf-ipf.h164 #define SIZEOF_BPF_HDR 18 macro
/freebsd-10.2-release/sys/net/
H A Dbpf.c96 #define SIZEOF_BPF_HDR(type) \ macro
2224 hdrlen += SIZEOF_BPF_HDR(struct bpf_hdr32);
2227 hdrlen += SIZEOF_BPF_HDR(struct bpf_hdr);
2230 hdrlen += SIZEOF_BPF_HDR(struct bpf_xhdr);

Completed in 96 milliseconds