Lines Matching defs:dlt
2181 * Attach an interface to bpf. dlt is the link layer type;
2182 * hdrlen is the fixed size of the link header for the specified dlt
2186 _bpfattach(struct ifnet *ifp, u_int dlt, u_int hdrlen, struct bpf_if **driverp)
2195 bp->bif_dlt = dlt;
2209 printf("bpf: %s attached with dlt %x\n", ifp->if_xname, dlt);
2302 _bpf_change_type(struct ifnet *ifp, u_int dlt, u_int hdrlen)
2314 bp->bif_dlt = dlt;
2372 bpf_setdlt(struct bpf_d *d, u_int dlt)
2381 if (d->bd_bif->bif_dlt == dlt)
2385 if (bp->bif_ifp == ifp && bp->bif_dlt == dlt)