Home
last modified time | relevance | path

Searched refs:SIZEOF_BPF_HDR (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/net/
Dbpf.h208 #define SIZEOF_BPF_HDR sizeof(struct bpf_hdr) macro
213 #define SIZEOF_BPF_HDR 18 macro
216 #define SIZEOF_BPF_HDR sizeof(struct bpf_hdr) macro
Dbpf.c1997 return (BPF_WORDALIGN(hdrlen + SIZEOF_BPF_HDR) - hdrlen); in bpf_hdrlen()
/netbsd/src/external/bsd/ipf/bin/ipftest/
Dbpf-ipf.h164 #define SIZEOF_BPF_HDR 18 macro