Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dbpf.h259 struct bpf_hdr { struct
272 #define SIZEOF_BPF_HDR (sizeof(struct bpf_hdr) <= 20 ? 18 : \
273 sizeof(struct bpf_hdr))
H A Dbpf.c982 bpf_finalize_pktap(struct bpf_hdr *hp, struct pktap_header *pktaphdr) in bpf_finalize_pktap()
1232 bpf_finalize_pktap((struct bpf_hdr *) ehp, in bpfread()
1242 struct bpf_hdr *hp; in bpfread()
1245 hp = (struct bpf_hdr *)(void *)p; in bpfread()
3389 struct bpf_hdr *hp; in catchpacket()
3539 hp = (struct bpf_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
/xnu-8019.80.24/tests/
H A Dnet_bridge.c1675 struct bpf_hdr * bpf = (struct bpf_hdr *)(void *)offset; in switch_port_receive()