Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dbpfdesc.h207 bpf_send_func bif_send; member
H A Dbpf.c1607 bpf_send_func bif_send; in bpfwrite() local
1690 bif_send = d->bd_bif->bif_send; in bpfwrite()
1695 if (bif_send) { in bpfwrite()
1704 error = bif_send(ifp, bif_dlt, m); in bpfwrite()
4419 bp_new->bif_send = send; in bpf_attach()