Home
last modified time | relevance | path

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

/netbsd/sys/net/
H A Dbpf.h210 #define SIZEOF_BPF_HDR 18 macro
213 #define SIZEOF_BPF_HDR sizeof(struct bpf_hdr) macro
H A Dbpf.c1988 return (BPF_WORDALIGN(hdrlen + SIZEOF_BPF_HDR) - hdrlen); in bpf_hdrlen()
/netbsd/external/bsd/ipf/bin/ipftest/
H A Dbpf-ipf.h164 #define SIZEOF_BPF_HDR 18 macro