bpfattach         349 dev/ic/acx.c   	bpfattach(&sc->sc_drvbpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach         343 dev/ic/an.c    	bpfattach(&sc->sc_drvbpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach         398 dev/ic/ath.c   	bpfattach(&sc->sc_drvbpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach         861 dev/ic/atw.c   	bpfattach(&sc->sc_radiobpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach         335 dev/ic/awi.c   	bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));
bpfattach         429 dev/ic/malo.c  	bpfattach(&sc->sc_drvbpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach         844 dev/ic/midway.c   bpfattach(&ifp->if_bpf, ifp, DLT_ATM_RFC1483, sizeof(struct atmllc));
bpfattach         114 dev/ic/pdqvar.h #define	PDQ_BPFATTACH(sc, t, s)		bpfattach(&(sc)->sc_if, t, s)
bpfattach         162 dev/ic/pdqvar.h #define	PDQ_BPFATTACH(sc, t, s)bpfattach(&(sc)->sc_bpf, &(sc)->sc_if, t, s)
bpfattach        2012 dev/ic/pgt.c   	bpfattach(&sc->sc_drvbpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach         281 dev/ic/rt2560.c 	bpfattach(&sc->sc_drvbpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach         315 dev/ic/rt2661.c 	bpfattach(&sc->sc_drvbpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach        4149 dev/ic/rtw.c   	bpfattach(&sc->sc_radiobpf, &sc->sc_ic.ic_if, DLT_IEEE802_11_RADIO,
bpfattach         284 dev/pci/if_ipw.c 	bpfattach(&sc->sc_drvbpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach         345 dev/pci/if_iwi.c 	bpfattach(&sc->sc_drvbpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach         549 dev/pci/if_lmcvar.h #define	LMC_BPF_ATTACH(sc)	bpfattach(&(sc)->lmc_bpf, &(sc)->lmc_sppp.pp_if, DLT_PPP, PPP_HEADER_LEN)
bpfattach         147 dev/pci/if_san_obsd.c 	bpfattach(&ifp->if_bpf, ifp, DLT_PPP, PPP_HEADER_LEN);
bpfattach         333 dev/pci/if_wpi.c 	bpfattach(&sc->sc_drvbpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach        1646 dev/pci/musycc.c 	bpfattach(&ifp->if_bpf, ifp, DLT_PPP, PPP_HEADER_LEN);
bpfattach        1480 dev/usb/if_atu.c 	bpfattach(&sc->sc_radiobpf, &sc->sc_ic.ic_if, DLT_IEEE802_11_RADIO,
bpfattach         344 dev/usb/if_ral.c 	bpfattach(&sc->sc_drvbpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach         428 dev/usb/if_rum.c 	bpfattach(&sc->sc_drvbpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach         414 dev/usb/if_uath.c 	bpfattach(&sc->sc_drvbpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach         407 dev/usb/if_zyd.c 	bpfattach(&sc->sc_drvbpf, ifp, DLT_IEEE802_11_RADIO,
bpfattach         238 dev/usb/ueagle.c 	bpfattach(&ifp->if_bpf, ifp, DLT_RAW, 0);
bpfattach         275 net/bpf.h      void	 bpfattach(caddr_t *, struct ifnet *, u_int, u_int);
bpfattach         228 net/if_bridge.c 	bpfattach(&sc->sc_if.if_bpf, ifp,
bpfattach         105 net/if_enc.c   		bpfattach(&encif[i].sc_if.if_bpf, ifp, DLT_ENC, ENC_HDRLEN);
bpfattach         803 net/if_ethersubr.c 	bpfattach(&ifp->if_bpf, ifp, DLT_EN10MB, ETHER_HDR_LEN);
bpfattach         115 net/if_faith.c 	bpfattach(&ifp->if_bpf, ifp, DLT_NULL, sizeof(u_int));
bpfattach         115 net/if_gif.c   	bpfattach(&sc->gif_if.if_bpf, &sc->gif_if, DLT_NULL,
bpfattach         162 net/if_gre.c   	bpfattach(&sc->sc_if.if_bpf, &sc->sc_if, DLT_NULL,
bpfattach         209 net/if_loop.c  	bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t));
bpfattach         129 net/if_pflog.c 	bpfattach(&pflogif->sc_if.if_bpf, ifp, DLT_PFLOG, PFLOG_HDRLEN);
bpfattach         165 net/if_pfsync.c 	bpfattach(&pfsyncif->sc_if.if_bpf, ifp, DLT_PFSYNC, PFSYNC_HDRLEN);
bpfattach         262 net/if_ppp.c       bpfattach(&sc->sc_bpf, &sc->sc_if, DLT_PPP, PPP_HDRLEN);
bpfattach         263 net/if_pppoe.c 	bpfattach(&sc->sc_sppp.pp_if.if_bpf, &sc->sc_sppp.pp_if, DLT_PPP_ETHER, 0);
bpfattach         230 net/if_sl.c    	bpfattach(&sc->sc_bpf, &sc->sc_if, DLT_SLIP, SLIP_HDRLEN);
bpfattach         368 net/if_strip.c 		bpfattach(&sc->sc_bpf, &sc->sc_if, DLT_SLIP, SLIP_HDRLEN);
bpfattach         206 net/if_tun.c   		bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t));
bpfattach          92 net80211/ieee80211.c 	bpfattach(&ic->ic_rawbpf, ifp, DLT_IEEE802_11,
bpfattach         874 netinet/ip_carp.c 	bpfattach(&ifp->if_bpf, ifp, DLT_EN10MB, ETHER_HDR_LEN);