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

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.h208 bpf_u_int32 bh_caplen; /* length of captured portion */ member in struct:bpf_hdr
229 bpf_u_int32 bh_caplen; /* length of captured portion */ member in struct:bpf_hdr_ext
H A Dbpf.c977 p += BPF_WORDALIGN(ehp->bh_hdrlen + ehp->bh_caplen);
2161 ehp->bh_caplen = totlen - hdrlen;
2172 caplen = ehp->bh_caplen;
2179 hp->bh_caplen = totlen - hdrlen;
2181 caplen = hp->bh_caplen;

Completed in 21 milliseconds