Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dbpfdesc.h207 bpf_send_func bif_send; member
H A Dbpf.c1609 bpf_send_func bif_send; in bpfwrite() local
1692 bif_send = d->bd_bif->bif_send; in bpfwrite()
1697 if (bif_send) { in bpfwrite()
1706 error = bif_send(ifp, bif_dlt, m); in bpfwrite()
4432 bp_new->bif_send = send; in bpf_attach()