Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Dbpf.h191 struct bpf_hdr32 { struct
192 struct bpf_timeval32 bh_tstamp; /* time stamp */
193 uint32_t bh_caplen; /* length of captured portion */
217 #define SIZEOF_BPF_HDR32 sizeof(struct bpf_hdr32) argument