Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dbpfdesc.h194 bpf_send_func bif_send; member
H A Dbpf.c1593 bpf_send_func bif_send; in bpfwrite() local
1676 bif_send = d->bd_bif->bif_send; in bpfwrite()
1681 if (bif_send) { in bpfwrite()
1690 error = bif_send(ifp, bif_dlt, m); in bpfwrite()
4328 bp_new->bif_send = send; in bpf_attach()