Searched refs:bif_dlt (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dbpfdesc.h158 u_int bif_dlt; /* link layer type */ member in struct:bpf_if
H A Dbpf.c497 error = bp->bif_tap(bp->bif_ifp, bp->bif_dlt, BPF_TAP_INPUT_OUTPUT);
532 bp->bif_tap(ifp, bp->bif_dlt, BPF_TAP_DISABLE);
1096 int bif_dlt; local
1127 bif_dlt = (int)d->bd_bif->bif_dlt;
1133 error = bpf_movein(uio, bif_dlt, &m,
1173 error = d->bd_bif->bif_send(ifp, d->bd_bif->bif_dlt, m);
1377 bcopy(&d->bd_bif->bif_dlt, addr, sizeof (u_int));
1725 if (ifp == 0 || ifp != theywant || (dlt != 0 && dlt != bp->bif_dlt))
1788 error = copyout(&bp->bif_dlt, dlis
[all...]

Completed in 26 milliseconds