Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dbpf.c239 static void catchpacket(struct bpf_d *, struct bpf_packet *, u_int, int);
2983 catchpacket(d, bpf_pkt, slen, outbound); in bpf_tap_imp()
3613 catchpacket(struct bpf_d *d, struct bpf_packet * pkt, in catchpacket() function