Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/net/
H A Dif_types.h81 #define IFT_ETHER 0x6 /* Ethernet CSMACD */ macro
H A Dether_inet6_pr_module.c214 out_ll->sdl_type = IFT_ETHER; in ether_inet6_resolve_multi()
H A Dether_inet_pr_module.c155 sender_hw.sdl_type = IFT_ETHER; in ether_inet_arp_input()
317 out_ll->sdl_type = IFT_ETHER; in ether_inet_resolve_multi()
H A Dether_if_module.c118 SYSCTL_NODE(_net_link, IFT_ETHER, ether, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
H A Dif_vlan.c1354 ifnet_set_lladdr_and_type(ifp, IF_LLADDR(p), ETHER_ADDR_LEN, IFT_ETHER); in vlan_config()
1854 if (ifnet_type(p) != IFT_ETHER in vlan_ioctl()
H A Dpktap.c245 pktap->pktp_filters[0].filter_param_if_type = IFT_ETHER; in pktap_clone_create()
1217 case IFT_ETHER: in pktap_bpf_tap()
H A Dndrv.c197 ndrvsrc.sdl_type = IFT_ETHER; in ndrv_input()
H A Dif_bond.c1172 sdl.sdl_type = IFT_ETHER; in ifbond_add_slow_proto_multicast()
2232 IFT_ETHER); in bond_add_interface()
2533 IFT_ETHER); in bond_remove_interface()
3100 if (ifnet_type(port_ifp) != IFT_ETHER) { in bond_ioctl()
H A Dbridgestp.c2215 if (ifp->if_type != IFT_ETHER) { in bstp_reinit()
2378 case IFT_ETHER: /* These can do spanning tree. */ in bstp_enable()
H A Dif_headless.c1174 headless_init.type = IFT_ETHER; in headless_clone_create()
H A Ddlil.c856 case IFT_ETHER: in dlil_attach_netif_compat_nexus()
6064 if (ifp->if_type == IFT_ETHER) { in dlil_input_packet_list_common()
6091 case IFT_ETHER: in dlil_input_packet_list_common()
6647 if (ifp->if_type == IFT_ETHER) { in dlil_output()
8705 if (ll_addr != NULL && ifp->if_type == IFT_ETHER && in ifnet_attach()
10666 } else if (ifp->if_type == IFT_ETHER && any_ether_index == 0) { in get_ether_index()
10859 case IFT_ETHER: in dlil_ifaddr_bytes()
H A Dbpf.c3945 if (pktap->pth_iftype == IFT_ETHER) { in get_pkt_trunc_len()
4429 if (ifnet_type(ifp) == IFT_ETHER && dlt == DLT_EN10MB) { in bpf_attach()
H A Dif_redirect.c1252 rd_init.type = IFT_ETHER; in redirect_clone_create()
H A Dif_fake.c3610 feth_init.type = IFT_ETHER; in feth_clone_create()
4042 if (ifnet_type(peer) != IFT_ETHER) { in feth_set_drvspec()
H A Dif_bridge.c1640 IFT_ETHER); in bridge_clone_create()
2733 case IFT_ETHER: in bridge_ioctl_add()
3570 case IFT_ETHER: in bridge_ioctl_addspan()
/xnu-11215.61.5/tests/
H A Dnet_ndrv.c75 dl.sdl_type = IFT_ETHER; in ndrv_socket_do_multicast()
/xnu-11215.61.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c61 SDL(lladdr->ifa_addr)->sdl_type != IFT_ETHER) { in fsw_ethernet_setup()
209 SDL(tgt_rt->rt_gateway)->sdl_type != IFT_ETHER)) { in fsw_ethernet_resolve()
/xnu-11215.61.5/bsd/netinet6/
H A Dnd6.h885 case IFT_ETHER: in nd6_ifptomac()
H A Din6_ifattach.c283 case IFT_ETHER: in in6_iid_from_hw()
H A Dnd6_nbr.c2138 case IFT_ETHER: in nd6_dad_duplicated()
H A Din6.c4018 case IFT_ETHER: /* RFC2464 */ in in6_if2idlen()
H A Dnd6.c4403 case IFT_ETHER: in nd6_need_cache()
/xnu-11215.61.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c56 SDL(lladdr->ifa_addr)->sdl_type == IFT_ETHER) { in get_mac_addr()
/xnu-11215.61.5/tests/skywalk/
H A Dskywalk_test_common.c2707 case IFT_ETHER: in valid_type()