Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dbpf.h203 bpf_u_int32 bh_caplen; /* length of captured portion */ member
211 bpf_u_int32 bh_caplen; /* length of captured portion */ member
/f-stack/freebsd/net/
H A Dbpf.h204 bpf_u_int32 bh_caplen; /* length of captured portion */ member
212 bpf_u_int32 bh_caplen; /* length of captured portion */ member
H A Dbpf.c151 uint32_t bh_caplen; /* length of captured portion */ member
2575 hdr32_old.bh_caplen = caplen; in catchpacket()
2588 hdr_old.bh_caplen = caplen; in catchpacket()
2604 hdr.bh_caplen = caplen; in catchpacket()