Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbpfdesc.h194 bpf_send_func bif_send; member
H A Dbpf.c1552 bpf_send_func bif_send; in bpfwrite() local
1635 bif_send = d->bd_bif->bif_send; in bpfwrite()
1640 if (bif_send) { in bpfwrite()
1649 error = bif_send(ifp, bif_dlt, m); in bpfwrite()
4287 bp_new->bif_send = send; in bpf_attach()