Home
last modified time | relevance | path

Searched refs:bd_bif (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dbpf.c370 struct ifnet *ifp = d->bd_bif->bif_ifp; in bpf_movein()
371 int linktype = (int)d->bd_bif->bif_dlt; in bpf_movein()
717 d->bd_bif = bp; in bpf_attachd()
793 ifp = d->bd_bif->bif_ifp; in bpf_detachd()
794 bp = d->bd_bif; in bpf_detachd()
830 d->bd_bif = NULL; in bpf_detachd()
1175 if (d->bd_bif) { in bpfclose()
1340 if (d->bd_bif == NULL) { in bpfread()
1634 if (d->bd_bif == NULL) { in bpfwrite()
1639 ifp = d->bd_bif->bif_ifp; in bpfwrite()
[all …]
H A Dbpfdesc.h124 struct bpf_if *bd_bif; /* interface descriptor */ member
/xnu-12377.41.6/tools/lldbmacros/
H A Dnet.py2169 bd_bif = cast(bpf_d.bd_bif, 'struct bpf_if *')
2170 if bd_bif != 0:
2171 bif_ifp = cast(bd_bif.bif_ifp, 'struct ifnet *')
2197 bd_bif = cast(bpf_d.bd_bif, 'struct bpf_if *')
2198 if bd_bif == 0:
2202 bif_ifp = Cast(bd_bif.bif_ifp, 'struct ifnet *')
2210 dlt = bd_bif.bif_dlt