Searched refs:IFT_ETHER (Results 26 - 50 of 173) sorted by relevance

1234567

/freebsd-12-stable/sys/dev/vnic/
H A Dthunder_mdio.c460 pd->ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/nfs/
H A Dnfs_diskless.c375 sa->sdl_type = IFT_ETHER;
H A Dbootp_subr.c1647 case IFT_ETHER:
1676 case IFT_ETHER:
1691 if (sdl->sdl_type == IFT_ETHER)
/freebsd-12-stable/sys/mips/cavium/octe/
H A Docte.c374 ifm->ifm_active = IFT_ETHER;
/freebsd-12-stable/share/examples/libifconfig/
H A Dstatus.c197 if (((sdl->sdl_type == IFT_ETHER) ||
/freebsd-12-stable/tools/tools/net80211/wlanwds/
H A Dwlanwds.c302 if (sdl->sdl_type != IFT_ETHER) {
/freebsd-12-stable/usr.bin/netstat/
H A Dif.c462 if (sdl->sdl_type != IFT_ETHER &&
/freebsd-12-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c587 if ((sdl->sdl_type == IFT_ETHER) &&
619 if (sdl->sdl_type == IFT_ETHER) {
/freebsd-12-stable/sys/net/
H A Dif_epair.c784 sca->ifp = if_alloc(IFT_ETHER);
793 scb->ifp = if_alloc(IFT_ETHER);
H A Dif_vlan.c1042 ifp = ifv->ifv_ifp = if_alloc(IFT_ETHER);
1242 case IFT_ETHER:
1344 if (p->if_type != IFT_ETHER &&
/freebsd-12-stable/usr.sbin/rarpd/
H A Drarpd.c306 case IFT_ETHER:
707 sizeof(struct sockaddr_dl), AF_LINK, 0, IFT_ETHER, 0, 6,
/freebsd-12-stable/sys/dev/dpaa/
H A Dif_dtsec.c682 ifp = sc->sc_ifnet = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/etherswitch/ip17x/
H A Dip17x.c176 sc->ifp[port] = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c124 sc->ifp[phy] = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c128 sc->ifp[port] = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/firewire/
H A Dif_fwe.c182 ifp = fwe->eth_softc.ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/ntb/if_ntb/
H A Dif_ntb.c139 ifp = sc->ifp = if_gethandle(IFT_ETHER);
/freebsd-12-stable/sys/dev/le/
H A Dlance.c116 ifp = sc->sc_ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/usb/net/
H A Dusb_ethernet.c225 ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/axgbe/
H A Dif_axgbe.c383 sc->prv.netdev = ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/dev/beri/virtio/network/
H A Dif_vtbe.c611 sc->ifp = ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/netgraph/
H A Dng_eiface.c393 ifp = priv->ifp = if_alloc(IFT_ETHER);
/freebsd-12-stable/sys/netinet6/
H A Din6_ifattach.c275 case IFT_ETHER:
H A Dnd6_nbr.c1107 case IFT_ETHER:
1480 case IFT_ETHER:
/freebsd-12-stable/sys/powerpc/pseries/
H A Dphyp_llan.c216 sc->ifp = if_alloc(IFT_ETHER);

Completed in 186 milliseconds

1234567