Searched refs:IFT_ETHER (Results 76 - 100 of 173) sorted by relevance

1234567

/freebsd-12-stable/sys/netinet/
H A Dip_carp.c1534 case IFT_ETHER:
1726 case IFT_ETHER:
H A Din.c1277 info.rti_ifp->if_type != IFT_ETHER ||
/freebsd-12-stable/sys/dev/bm/
H A Dif_bm.c309 ifp = sc->sc_ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/dwc/
H A Dif_dwc.c1361 sc->ifp = ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/ed/
H A Dif_ed.c254 ifp = sc->ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/etherswitch/arswitch/
H A Darswitch.c179 sc->ifp[phy] = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/etherswitch/e6000sw/
H A De6000sw.c322 sc->ifp[port] = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/ffec/
H A Dif_ffec.c1735 sc->ifp = ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c64 #include <net/if_types.h> /* IFT_ETHER */
634 ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/pcn/
H A Dif_pcn.c623 ifp = sc->pcn_ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/lge/
H A Dif_lge.c534 ifp = sc->lge_ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/wb/
H A Dif_wb.c658 ifp = sc->wb_ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/qlxgb/
H A Dqla_os.c668 ifp = ha->ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/qlxge/
H A Dqls_os.c736 ifp = ha->ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/sume/
H A Dif_sume.c1156 ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/sbni/
H A Dif_sbni.c227 ifp = sc->ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/altera/atse/
H A Dif_atse.c1383 ifp = sc->atse_ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sbin/ifconfig/
H A Difconfig.c671 (sdl->sdl_type != IFT_ETHER &&
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-bpf.c2099 case IFT_ETHER:
/freebsd-12-stable/contrib/bsnmp/snmp_mibII/
H A DmibII.c915 case IFT_ETHER:
/freebsd-12-stable/sys/dev/bfe/
H A Dif_bfe.c485 ifp = sc->bfe_ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/fe/
H A Dif_fe.c732 ifp = sc->ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/hme/
H A Dif_hme.c197 ifp = sc->sc_ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/compat/linprocfs/
H A Dlinprocfs.c1296 #define IFP_IS_ETH(ifp) (ifp->if_type == IFT_ETHER)
/freebsd-12-stable/sys/dev/my/
H A Dif_my.c888 ifp = sc->my_ifp = if_alloc(IFT_ETHER);

Completed in 827 milliseconds

1234567