Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dbpf.c246 static void catchpacket(struct bpf_d *, struct bpf_packet *, u_int, int);
3387 catchpacket(d, bpf_pkt, slen, outbound); in bpf_tap_imp()
4024 catchpacket(struct bpf_d *d, struct bpf_packet * pkt, in catchpacket() function