/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_bpf.c | 105 bpfattach(ifp, DLT_EN10MB, ETHER_HDR_LEN); in ipfw_clone_create() 129 bpfattach(ifp, DLT_PFLOG, PFLOG_HDRLEN); in ipfwlog_clone_create()
|
/freebsd/sys/net/ |
H A D | if_disc.c | 109 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t)); in disc_clone_create()
|
H A D | bpf.h | 425 void bpfattach(struct ifnet *, u_int, u_int);
|
H A D | if_loop.c | 136 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t)); in lo_clone_create()
|
H A D | if_enc.c | 176 bpfattach(ifp, DLT_ENC, sizeof(struct enchdr)); in enc_clone_create()
|
H A D | if_gif.c | 161 bpfattach(GIF2IFP(sc), DLT_NULL, sizeof(u_int32_t)); in gif_clone_create()
|
H A D | if_infiniband.c | 687 bpfattach(ifp, DLT_EN10MB, ETHER_HDR_LEN); in infiniband_ifattach()
|
H A D | if_gre.c | 194 bpfattach(GRE2IFP(sc), DLT_NULL, sizeof(u_int32_t)); in gre_clone_create()
|
H A D | if_me.c | 210 bpfattach(ME2IFP(sc), DLT_NULL, sizeof(u_int32_t)); in me_clone_create()
|
H A D | if_fwsubr.c | 789 bpfattach(ifp, DLT_APPLE_IP_OVER_IEEE1394, in firewire_ifattach()
|
H A D | if_stf.c | 298 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t)); in stf_clone_create()
|
H A D | if_ipsec.c | 210 bpfattach(ifp, DLT_NULL, sizeof(uint32_t)); in ipsec_clone_create()
|
H A D | bpf.c | 2782 bpfattach(struct ifnet *ifp, u_int dlt, u_int hdrlen) in bpfattach() function 3186 bpfattach(struct ifnet *ifp, u_int dlt, u_int hdrlen) in bpfattach() function
|
H A D | if_ethersubr.c | 1011 bpfattach(ifp, DLT_EN10MB, ETHER_HDR_LEN); in ether_ifattach()
|
H A D | if_tuntap.c | 970 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t)); in tuncreate()
|
H A D | if_ovpn.c | 2495 bpfattach(ifp, DLT_NULL, sizeof(uint32_t)); in ovpn_clone_create()
|
/freebsd/sbin/ipf/ipf/ |
H A D | bpf-ipf.h | 420 extern void bpfattach(struct ifnet *, u_int, u_int);
|
/freebsd/sys/netpfil/pf/ |
H A D | if_pflog.c | 165 bpfattach(ifp, DLT_PFLOG, PFLOG_HDRLEN); in pflog_clone_create()
|
/freebsd/sys/dev/iicbus/ |
H A D | if_ic.c | 183 bpfattach(ifp, DLT_NULL, ICHDRLEN); in icattach()
|
/freebsd/sys/dev/usb/ |
H A D | usb_pf.c | 210 bpfattach(ifp, DLT_USB, USBPF_HDR_LEN); in usbpf_clone_create()
|
/freebsd/sys/netgraph/ |
H A D | ng_iface.c | 563 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t)); in ng_iface_constructor()
|
/freebsd/sys/dev/ppbus/ |
H A D | if_plip.c | 261 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t)); in lp_attach()
|
/freebsd/sys/dev/usb/net/ |
H A D | if_usie.c | 448 bpfattach(ifp, DLT_RAW, 0); in usie_attach()
|
H A D | uhso.c | 1594 bpfattach(ifp, DLT_RAW, 0); in uhso_attach_ifnet()
|
H A D | if_umb.c | 611 bpfattach(ifp, DLT_RAW, 0); in umb_attach_task()
|