Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dbpf.c1499 struct bpf_comp_hdr *hcp; in bpfread() local
1501 hcp = (struct bpf_comp_hdr *)(void *)p; in bpfread()
1503 if (hcp->bh_complen != 0) { in bpfread()
1504 p += BPF_WORDALIGN(hcp->bh_hdrlen + hcp->bh_caplen); in bpfread()
4231 struct bpf_comp_hdr *hcp; in catchpacket() local
4233 hcp = (struct bpf_comp_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4234 hcp->bh_complen = common_prefix_size; in catchpacket()
4236 hcp->bh_caplen -= common_prefix_size; in catchpacket()