Home
last modified time | relevance | path

Searched refs:bpf_hdr32 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/net/
H A Dbpf.h191 struct bpf_hdr32 { struct
217 #define SIZEOF_BPF_HDR32 sizeof(struct bpf_hdr32) argument
H A Dbpf.c2080 struct bpf_hdr32 *hp32; in catchpacket()
2082 hp32 = (struct bpf_hdr32 *)h; in catchpacket()