Home
last modified time | relevance | path

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

/xnu-8020.101.4/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.c971 bpf_finalize_pktap(struct bpf_hdr *hp, struct pktap_header *pktaphdr) in bpf_finalize_pktap()
1221 bpf_finalize_pktap((struct bpf_hdr *) ehp, in bpfread()
1231 struct bpf_hdr *hp; in bpfread()
1234 hp = (struct bpf_hdr *)(void *)p; in bpfread()
3378 struct bpf_hdr *hp; in catchpacket()
3528 hp = (struct bpf_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
/xnu-8020.101.4/tests/
H A Dnet_bridge.c1675 struct bpf_hdr * bpf = (struct bpf_hdr *)(void *)offset; in switch_port_receive()