Home
last modified time | relevance | path

Searched refs:IFT_ETHER (Results 1 – 25 of 42) sorted by relevance

12

/f-stack/tools/ifconfig/
H A Daf_link.c77 if ((sdl->sdl_type == IFT_ETHER || sdl->sdl_type == IFT_L2VLAN || in link_status()
100 if ((sdl->sdl_type != IFT_ETHER && in link_status()
/f-stack/freebsd/net/
H A Ddebugnet.h91 ((ifp)->if_debugnet_methods != NULL && (ifp)->if_type == IFT_ETHER)
H A Dif_types.h53 IFT_ETHER = 0x6, /* Ethernet CSMA/CD */ enumerator
H A Dif_edsc.c107 ifp = sc->sc_ifp = if_alloc(IFT_ETHER); in edsc_clone_create()
H A Dif_ethersubr.c992 sdl->sdl_type = IFT_ETHER; in ether_ifattach()
1061 SYSCTL_NODE(_net_link, IFT_ETHER, ether, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
1233 sdl = link_init_sdl(ifp, *llsa, IFT_ETHER); in ether_resolvemulti()
1255 sdl = link_init_sdl(ifp, *llsa, IFT_ETHER); in ether_resolvemulti()
1387 if (V_soft_pad && p->if_type == IFT_ETHER) { in ether_8021q_frame()
H A Dif_lagg.c522 if_type = IFT_ETHER; in lagg_clone_create()
531 if_type = IFT_ETHER; in lagg_clone_create()
560 case IFT_ETHER: in lagg_clone_create()
597 case IFT_ETHER: in lagg_clone_create()
644 case IFT_ETHER: in lagg_clone_destroy()
755 case IFT_ETHER: in lagg_port_create()
757 if (ifp->if_type != IFT_ETHER && ifp->if_type != IFT_L2VLAN) in lagg_port_create()
H A Dif_epair.c785 sca->ifp = if_alloc(IFT_ETHER); in epair_clone_create()
794 scb->ifp = if_alloc(IFT_ETHER); in epair_clone_create()
H A Dif_bridge.c685 ifp = sc->sc_ifp = if_alloc(IFT_ETHER); in bridge_clone_create()
1094 case IFT_ETHER: in bridge_delete_member()
1166 case IFT_ETHER: in bridge_ioctl_add()
1260 case IFT_ETHER: in bridge_ioctl_add()
1693 case IFT_ETHER: in bridge_ioctl_addspan()
H A Dif_vlan.c1070 ifp = ifv->ifv_ifp = if_alloc(IFT_ETHER); in vlan_clone_create()
1300 case IFT_ETHER: in vlan_input()
1399 if (p->if_type != IFT_ETHER && in vlan_config()
H A Difdi_if.m167 MPASS(sdl->sdl_type == IFT_ETHER);
H A Dif.c936 if (ifp->if_type == IFT_ETHER) { in if_attach_internal()
2279 if ((ifp->if_type == IFT_ETHER || ifp->if_type == IFT_L2VLAN) && in do_link_state_change()
3803 case IFT_ETHER: in if_setlladdr()
3925 case IFT_ETHER: in if_gethwaddr()
H A Dbridgestp.c2047 if (ifp->if_type != IFT_ETHER) in bstp_reinit()
2234 case IFT_ETHER: /* These can do spanning tree. */ in bstp_enable()
/f-stack/tools/compat/include/net/
H A Dif_types.h53 IFT_ETHER = 0x6, /* Ethernet CSMA/CD */ enumerator
/f-stack/tools/arp/
H A Darp.c335 case IFT_ETHER: in valid_type()
651 if ((sdl->sdl_type == IFT_ETHER || in print_entry()
689 case IFT_ETHER: in print_entry()
/f-stack/freebsd/mips/cavium/
H A Dif_octm.c216 ifp = if_alloc(IFT_ETHER); in octm_attach()
387 ifm->ifm_active = IFT_ETHER; in octm_medstat()
/f-stack/freebsd/netgraph/
H A Dng_ether.c417 if (ifp->if_type != IFT_ETHER && ifp->if_type != IFT_L2VLAN) in ng_ether_ifnet_arrival_event()
871 if (ifp->if_type == IFT_ETHER in vnet_ng_ether_init()
H A Dng_eiface.c391 ifp = priv->ifp = if_alloc(IFT_ETHER); in ng_eiface_constructor()
/f-stack/freebsd/netinet/
H A Dsctp_bsd_addr.c153 case IFT_ETHER: in sctp_is_desired_interface_type()
/f-stack/freebsd/mips/cavium/octe/
H A Docte.c373 ifm->ifm_active = IFT_ETHER; in octe_medstat()
H A Dethernet.c358 ifp = if_alloc(IFT_ETHER); in cvm_oct_init_module()
/f-stack/tools/netstat/
H A Dif.c462 if (sdl->sdl_type != IFT_ETHER && in intpr()
/f-stack/freebsd/netinet6/
H A Dnd6_nbr.c1105 case IFT_ETHER: in nd6_ifptomac()
1486 case IFT_ETHER: in nd6_dad_duplicated()
H A Din6_ifattach.c274 case IFT_ETHER: in in6_get_hw_ifid()
H A Dnd6.c2236 case IFT_ETHER: in nd6_resolve()
2485 case IFT_ETHER: in nd6_need_cache()
/f-stack/lib/
H A Dff_veth.c592 ifp = sc->ifp = if_alloc(IFT_ETHER); in ff_veth_setup_interface()

12