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

  /src/sys/net/
bpf.h 208 #define SIZEOF_BPF_HDR sizeof(struct bpf_hdr)
213 #define SIZEOF_BPF_HDR 18
216 #define SIZEOF_BPF_HDR sizeof(struct bpf_hdr)
bpf.c 1988 * equal to SIZEOF_BPF_HDR because we want to insert spacing such
1997 return (BPF_WORDALIGN(hdrlen + SIZEOF_BPF_HDR) - hdrlen);

Completed in 14 milliseconds