Home
last modified time | relevance | path

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

/xnu-12377.81.4/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()
811 ifp = d->bd_bif->bif_ifp; in bpf_detachd()
812 bp = d->bd_bif; in bpf_detachd()
848 d->bd_bif = NULL; in bpf_detachd()
1199 if (d->bd_bif) { in bpfclose()
1364 if (d->bd_bif == NULL) { in bpfread()
1658 if (d->bd_bif == NULL) { in bpfwrite()
1663 ifp = d->bd_bif->bif_ifp; in bpfwrite()
[all …]
H A Dbpfdesc.h124 struct bpf_if *bd_bif; /* interface descriptor */ member
/xnu-12377.81.4/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