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

/netbsd-current/sys/net/
H A Dbpf.h209 #define SIZEOF_BPF_HDR32 18 macro
214 #define SIZEOF_BPF_HDR32 18 macro
217 #define SIZEOF_BPF_HDR32 sizeof(struct bpf_hdr32) macro
H A Dbpf.c1985 return (BPF_WORDALIGN32(hdrlen + SIZEOF_BPF_HDR32) - hdrlen);

Completed in 70 milliseconds