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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpfdesc.h140 u_int bif_dlt; /* link layer type */ member in struct:bpf_if
H A Dbpf.c480 error = bp->bif_tap(bp->bif_ifp, bp->bif_dlt, BPF_TAP_INPUT_OUTPUT);
515 bp->bif_tap(ifp, bp->bif_dlt, BPF_TAP_DISABLE);
852 error = bpf_movein(uio, (int)d->bd_bif->bif_dlt, &m,
879 error = d->bd_bif->bif_send(ifp, d->bd_bif->bif_dlt, m);
1067 *(u_int *)addr = d->bd_bif->bif_dlt;
1309 if (ifp == 0 || ifp != theywant || (dlt != 0 && dlt != bp->bif_dlt))
1377 error = copyout(&bp->bif_dlt, dlist, sizeof(bp->bif_dlt));
1378 dlist += sizeof(bp->bif_dlt);
1398 if (d->bd_bif->bif_dlt
[all...]

Completed in 23 milliseconds