Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dbpfdesc.h194 bpf_send_func bif_send; member
H A Dbpf.c1554 bpf_send_func bif_send; in bpfwrite() local
1637 bif_send = d->bd_bif->bif_send; in bpfwrite()
1642 if (bif_send) { in bpfwrite()
1651 error = bif_send(ifp, bif_dlt, m); in bpfwrite()
4289 bp_new->bif_send = send; in bpf_attach()