Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dbpf.c371 int linktype = (int)d->bd_bif->bif_dlt; in bpf_movein()
764 error = tap_func(bp->bif_ifp, bp->bif_dlt, in bpf_attachd()
775 if (bp->bif_dlt == DLT_PKTAP) { in bpf_attachd()
836 dlt = bp->bif_dlt; in bpf_detachd()
1631 int bif_dlt; in bpfwrite() local
1688 bif_dlt = (int)d->bd_bif->bif_dlt; in bpfwrite()
1730 error = bif_send(ifp, bif_dlt, m); in bpfwrite()
2235 static_assert(sizeof(d->bd_bif->bif_dlt) == sizeof(u_int)); in bpfioctl()
2236 bcopy(&d->bd_bif->bif_dlt, addr, sizeof(u_int)); in bpfioctl()
2873 if (bp->bif_dlt == DLT_PKTAP && !(d->bd_flags & BPF_WANT_PKTAP)) { in bpf_setif()
[all …]
H A Dbpfdesc.h202 uint32_t bif_dlt; /* link layer type */ member
/xnu-12377.61.12/tools/lldbmacros/
H A Dnet.py2210 dlt = bd_bif.bif_dlt