Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbpf.c245 static void catchpacket(struct bpf_d *, struct bpf_packet *, u_int, int);
3265 catchpacket(d, bpf_pkt, slen, outbound); in bpf_tap_imp()
3894 catchpacket(struct bpf_d *d, struct bpf_packet * pkt, in catchpacket() function