| /f-stack/tools/ifconfig/ |
| H A D | af_link.c | 77 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 D | debugnet.h | 91 ((ifp)->if_debugnet_methods != NULL && (ifp)->if_type == IFT_ETHER)
|
| H A D | if_types.h | 53 IFT_ETHER = 0x6, /* Ethernet CSMA/CD */ enumerator
|
| H A D | if_edsc.c | 107 ifp = sc->sc_ifp = if_alloc(IFT_ETHER); in edsc_clone_create()
|
| H A D | if_ethersubr.c | 992 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 D | if_lagg.c | 522 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 D | if_epair.c | 785 sca->ifp = if_alloc(IFT_ETHER); in epair_clone_create() 794 scb->ifp = if_alloc(IFT_ETHER); in epair_clone_create()
|
| H A D | if_bridge.c | 685 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 D | if_vlan.c | 1070 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 D | ifdi_if.m | 167 MPASS(sdl->sdl_type == IFT_ETHER);
|
| H A D | if.c | 936 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 D | bridgestp.c | 2047 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 D | if_types.h | 53 IFT_ETHER = 0x6, /* Ethernet CSMA/CD */ enumerator
|
| /f-stack/tools/arp/ |
| H A D | arp.c | 335 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 D | if_octm.c | 216 ifp = if_alloc(IFT_ETHER); in octm_attach() 387 ifm->ifm_active = IFT_ETHER; in octm_medstat()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ether.c | 417 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 D | ng_eiface.c | 391 ifp = priv->ifp = if_alloc(IFT_ETHER); in ng_eiface_constructor()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_bsd_addr.c | 153 case IFT_ETHER: in sctp_is_desired_interface_type()
|
| /f-stack/freebsd/mips/cavium/octe/ |
| H A D | octe.c | 373 ifm->ifm_active = IFT_ETHER; in octe_medstat()
|
| H A D | ethernet.c | 358 ifp = if_alloc(IFT_ETHER); in cvm_oct_init_module()
|
| /f-stack/tools/netstat/ |
| H A D | if.c | 462 if (sdl->sdl_type != IFT_ETHER && in intpr()
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6_nbr.c | 1105 case IFT_ETHER: in nd6_ifptomac() 1486 case IFT_ETHER: in nd6_dad_duplicated()
|
| H A D | in6_ifattach.c | 274 case IFT_ETHER: in in6_get_hw_ifid()
|
| H A D | nd6.c | 2236 case IFT_ETHER: in nd6_resolve() 2485 case IFT_ETHER: in nd6_need_cache()
|
| /f-stack/lib/ |
| H A D | ff_veth.c | 592 ifp = sc->ifp = if_alloc(IFT_ETHER); in ff_veth_setup_interface()
|