Searched refs:IFT_ETHER (Results 1 - 25 of 156) sorted by relevance

1234567

/freebsd-13-stable/sbin/ifconfig/
H A Daf_link.c73 if ((sdl->sdl_type == IFT_ETHER || sdl->sdl_type == IFT_L2VLAN ||
91 * applies to Ethernet NICs (IFT_ETHER). However, laggX
92 * interfaces claim to be IFT_ETHER, and re-type their component
96 if ((sdl->sdl_type != IFT_ETHER &&
/freebsd-13-stable/sys/net/
H A Ddebugnet.h91 ((ifp)->if_debugnet_methods != NULL && (ifp)->if_type == IFT_ETHER)
H A Dif_edsc.c54 #include <net/if_types.h> /* IFT_ETHER and friends */
107 ifp = sc->sc_ifp = if_alloc(IFT_ETHER);
H A Dif_types.h53 IFT_ETHER = 0x6, /* Ethernet CSMA/CD */ enumerator in enum:__anon14887
H A Dif_ethersubr.c987 sdl->sdl_type = IFT_ETHER;
1054 SYSCTL_NODE(_net_link, IFT_ETHER, ether, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
1226 sdl = link_init_sdl(ifp, *llsa, IFT_ETHER);
1248 sdl = link_init_sdl(ifp, *llsa, IFT_ETHER);
1380 if (V_soft_pad && p->if_type == IFT_ETHER) {
H A Dif_lagg.c523 if_type = IFT_ETHER;
532 if_type = IFT_ETHER;
561 case IFT_ETHER:
599 case IFT_ETHER:
646 case IFT_ETHER:
757 case IFT_ETHER:
759 if (ifp->if_type != IFT_ETHER && ifp->if_type != IFT_L2VLAN)
/freebsd-13-stable/sys/compat/linux/
H A Dlinux.h40 #define IFP_IS_ETH(ifp) (ifp->if_type == IFT_ETHER)
/freebsd-13-stable/usr.sbin/wake/
H A Dwake.c126 if (sdl->sdl_type == IFT_ETHER) {
/freebsd-13-stable/tools/tools/ifpifa/
H A Difpifa.c147 case IFT_ETHER:
/freebsd-13-stable/sys/dev/gxemul/ether/
H A Dif_gx.c168 ifp = if_alloc(IFT_ETHER);
276 ifm->ifm_active = IFT_ETHER | IFM_1000_T | IFM_FDX;
/freebsd-13-stable/usr.sbin/rtsold/
H A Dif.c264 case IFT_ETHER:
279 case IFT_ETHER:
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_addr.h177 if (dev->if_type == IFT_ETHER && dev->if_pcp != IFNET_PCP_NONE)
367 if (dev->if_type != IFT_ETHER || dev->if_pcp == IFNET_PCP_NONE)
/freebsd-13-stable/usr.sbin/arp/
H A Darp.c300 case IFT_ETHER:
617 if ((sdl->sdl_type == IFT_ETHER ||
655 case IFT_ETHER:
/freebsd-13-stable/sys/mips/cavium/
H A Dif_octm.c216 ifp = if_alloc(IFT_ETHER);
387 ifm->ifm_active = IFT_ETHER;
/freebsd-13-stable/libexec/bootpd/
H A Dgetether.c154 ((struct sockaddr_dl *) &ifrp->ifr_addr)->sdl_type == IFT_ETHER) {
H A Drtmsg.c154 case IFT_ETHER: case IFT_FDDI: case IFT_ISO88023:
/freebsd-13-stable/tools/tools/ifinfo/
H A Difinfo.c289 case IFT_ETHER:
/freebsd-13-stable/sys/netgraph/
H A Dng_ether.c417 if (ifp->if_type != IFT_ETHER && ifp->if_type != IFT_L2VLAN)
871 if (ifp->if_type == IFT_ETHER
/freebsd-13-stable/usr.sbin/rtadvd/
H A Dif.c118 case IFT_ETHER:
135 case IFT_ETHER:
/freebsd-13-stable/sys/netinet/
H A Dsctp_bsd_addr.c153 case IFT_ETHER:
/freebsd-13-stable/sys/mips/cavium/octe/
H A Dethernet.c358 ifp = if_alloc(IFT_ETHER);
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c324 case IFT_ETHER:
/freebsd-13-stable/lib/libc/net/
H A Dgetnameinfo.c482 case IFT_ETHER:
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_tracer.c177 ifp = if_alloc(IFT_ETHER);
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_connect.c247 if (rt_ifp->if_type == IFT_ETHER)

Completed in 401 milliseconds

1234567