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

/darwin-on-arm/xnu/bsd/net/
H A Dbpfdesc.h157 u_int bif_dlt; /* link layer type */ member in struct:bpf_if
H A Dbpf.c500 error = bp->bif_tap(bp->bif_ifp, bp->bif_dlt, BPF_TAP_INPUT_OUTPUT);
535 bp->bif_tap(ifp, bp->bif_dlt, BPF_TAP_DISABLE);
1059 int bif_dlt; local
1090 bif_dlt = (int)d->bd_bif->bif_dlt;
1096 error = bpf_movein(uio, bif_dlt, &m,
1136 error = d->bd_bif->bif_send(ifp, d->bd_bif->bif_dlt, m);
1327 bcopy(&d->bd_bif->bif_dlt, addr, sizeof (u_int));
1632 if (ifp == 0 || ifp != theywant || (dlt != 0 && dlt != bp->bif_dlt))
1695 error = copyout(&bp->bif_dlt, dlis
[all...]

Completed in 13 milliseconds