Searched refs:IFT_ETHER (Results 51 - 75 of 173) sorted by relevance

1234567

/freebsd-12-stable/sys/net/
H A Dif_bridge.c713 ifp = sc->sc_ifp = if_alloc(IFT_ETHER);
1160 case IFT_ETHER:
1234 case IFT_ETHER:
1328 case IFT_ETHER:
1768 case IFT_ETHER:
H A Dif.c920 if (ifp->if_type == IFT_ETHER) {
2426 if ((ifp->if_type == IFT_ETHER || ifp->if_type == IFT_L2VLAN) &&
3936 case IFT_ETHER:
4051 * This is only set by Ethernet NICs (IFT_ETHER), but laggX interfaces re-type
4062 case IFT_ETHER:
H A Dbridgestp.c2066 if (ifp->if_type != IFT_ETHER && ifp->if_type != IFT_L2VLAN)
2253 case IFT_ETHER: /* These can do spanning tree. */
/freebsd-12-stable/sys/netinet6/
H A Dnd6.c2218 case IFT_ETHER:
2471 case IFT_ETHER:
/freebsd-12-stable/sys/dev/dme/
H A Dif_dme.c885 ifp = sc->dme_ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/ep/
H A Dif_ep.c299 ifp = sc->ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/etherswitch/e6000sw/
H A De6060sw.c220 sc->ifp[port] = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c177 sc->ifp[port] = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c223 sc->ifp[port] = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c241 sc->ifp[i] = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/ex/
H A Dif_ex.c217 ifp = sc->ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/netfpga10g/nf10bmac/
H A Dif_nf10bmac.c802 ifp = sc->nf10bmac_ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/vx/
H A Dif_vx.c153 ifp = sc->vx_ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/xilinx/
H A Dif_xae.c936 sc->ifp = ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge.c1090 ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/smc/
H A Dif_smc.c317 ifp = sc->smc_ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/sn/
H A Dif_sn.c172 ifp = sc->ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/netinet/netdump/
H A Dnetdump_client.c1084 if (!netdump_supported_nic(ifp) || ifp->if_type != IFT_ETHER)
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c153 else if (dev->if_type == IFT_ETHER)
/freebsd-12-stable/sys/powerpc/ps3/
H A Dif_glc.c150 sc->sc_ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/arm/allwinner/
H A Dif_emac.c947 ifp = sc->emac_ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/cs/
H A Dif_cs.c469 ifp = sc->ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/usr.sbin/ndp/
H A Dndp.c436 case IFT_ETHER: case IFT_FDDI: case IFT_ISO88023:
/freebsd-12-stable/usr.sbin/ppp/
H A Dipv6cp.c151 case IFT_ETHER:
H A Droute.c124 if (dl->sdl_type == IFT_ETHER) {

Completed in 206 milliseconds

1234567