Searched refs:bpfattach (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-10.2-release/contrib/ipfilter/
H A Dbpf-ipf.h426 extern void bpfattach(struct ifnet *, u_int, u_int);
431 extern void bpfattach();
/freebsd-10.2-release/sys/net/
H A Dif_disc.c112 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
H A Dif_enc.c153 bpfattach(ifp, DLT_ENC, sizeof(struct enchdr));
H A Dif_faith.c171 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
H A Dif_loop.c151 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
H A Dbpf.h1274 void bpfattach(struct ifnet *, u_int, u_int);
H A Dif_arcsubr.c664 bpfattach(ifp, DLT_ARCNET, ARC_HDRLEN);
H A Dif_fddisubr.c598 bpfattach(ifp, DLT_FDDI, FDDI_HDR_LEN);
H A Dif_fwsubr.c769 bpfattach(ifp, DLT_APPLE_IP_OVER_IEEE1394,
H A Dif_iso88025subr.c129 bpfattach(ifp, DLT_IEEE802, ISO88025_HDR_LEN);
H A Dif_me.c197 bpfattach(ME2IFP(sc), DLT_NULL, sizeof(u_int32_t));
H A Dif_stf.c262 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
H A Dif_ethersubr.c921 bpfattach(ifp, DLT_EN10MB, ETHER_HDR_LEN);
H A Dif_gif.c200 bpfattach(GIF2IFP(sc), DLT_NULL, sizeof(u_int32_t));
H A Dif_gre.c183 bpfattach(GRE2IFP(sc), DLT_NULL, sizeof(u_int32_t));
/freebsd-10.2-release/sys/netpfil/pf/
H A Dif_pflog.c129 bpfattach(ifp, DLT_PFLOG, PFLOG_HDRLEN);
/freebsd-10.2-release/sys/dev/pdq/
H A Dpdqvar.h117 #define PDQ_BPFATTACH(sc, t, s) bpfattach(PDQ_IFNET(sc), t, s)
/freebsd-10.2-release/sys/dev/iicbus/
H A Dif_ic.c187 bpfattach(ifp, DLT_NULL, ICHDRLEN);
/freebsd-10.2-release/sys/netgraph/
H A Dng_sppp.c281 bpfattach (ifp, DLT_NULL, sizeof(u_int32_t));
H A Dng_iface.c574 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
/freebsd-10.2-release/sys/dev/usb/
H A Dusb_pf.c209 bpfattach(ifp, DLT_USB, USBPF_HDR_LEN);
/freebsd-10.2-release/sys/dev/lmc/
H A Dif_lmc.h1254 # define LMC_BPF_ATTACH(dlt, len) bpfattach(sc->ifp, dlt, len)
1294 # define LMC_BPF_ATTACH(dlt, len) bpfattach(sc->ifp, dlt, len)
1323 # define LMC_BPF_ATTACH(dlt, len) bpfattach(&sc->ifp->if_bpf, sc->ifp, dlt, len)
1360 # define LMC_BPF_ATTACH(dlt, len) bpfattach(&sc->ifp->if_bpf, sc->ifp, dlt, len)
/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_fw_log.c186 bpfattach(ifp, DLT_EN10MB, 14);
/freebsd-10.2-release/sys/dev/ppbus/
H A Dif_plip.c268 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
/freebsd-10.2-release/sys/dev/patm/
H A Dif_patm_attach.c438 bpfattach(ifp, DLT_ATM_RFC1483, sizeof(struct atmllc));

Completed in 269 milliseconds

12