Home
last modified time | relevance | path

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

12

/xnu-12377.41.6/bsd/net/
H A Dif_types.h81 #define IFT_ETHER 0x6 /* Ethernet CSMACD */ macro
H A Dether_inet6_pr_module.c211 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()
315 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 Ddlil_output.c181 if (ifp->if_type == IFT_ETHER) { in dlil_output()
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()
1218 case IFT_ETHER: in pktap_bpf_tap()
H A Ddlil_input.c891 if (ifp->if_type == IFT_ETHER) { in dlil_input_packet_list_common()
921 case IFT_ETHER: in dlil_input_packet_list_common()
H A Dndrv.c204 ndrvsrc.sdl_type = IFT_ETHER; in ndrv_input()
H A Dif_bond.c1173 sdl.sdl_type = IFT_ETHER; in ifbond_add_slow_proto_multicast()
2233 IFT_ETHER); in bond_add_interface()
2534 IFT_ETHER); in bond_remove_interface()
3101 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.c1177 headless_init.type = IFT_ETHER; in headless_clone_create()
H A Ddlil.c618 case IFT_ETHER: in dlil_attach_netif_compat_nexus()
4940 if (ll_addr != NULL && ifp->if_type == IFT_ETHER && in ifnet_attach()
6585 } else if (ifp->if_type == IFT_ETHER && any_ether_index == 0) { in get_ether_index()
6778 case IFT_ETHER: in dlil_ifaddr_bytes()
H A Dbpf.c3948 if (pktap->pth_iftype == IFT_ETHER) { in get_pkt_trunc_len()
4440 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.c3661 feth_init.type = IFT_ETHER; in feth_clone_create()
4093 if (ifnet_type(peer) != IFT_ETHER) { in feth_set_drvspec()
H A Dif_bridge.c1768 IFT_ETHER); in bridge_clone_create()
2890 case IFT_ETHER: in bridge_ioctl_add()
3728 case IFT_ETHER: in bridge_ioctl_addspan()
/xnu-12377.41.6/tests/
H A Dnet_ndrv.c75 dl.sdl_type = IFT_ETHER; in ndrv_socket_do_multicast()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c62 SDL(lladdr->ifa_addr)->sdl_type != IFT_ETHER) { in fsw_ethernet_setup()
210 SDL(tgt_rt->rt_gateway)->sdl_type != IFT_ETHER)) { in fsw_ethernet_resolve()
/xnu-12377.41.6/bsd/netinet6/
H A Din6_ifattach.c283 case IFT_ETHER: in in6_iid_from_hw()
H A Dnd6.h917 case IFT_ETHER: in nd6_ifptomac()
H A Dnd6_nbr.c2142 case IFT_ETHER: in nd6_dad_duplicated()
H A Din6.c4022 case IFT_ETHER: /* RFC2464 */ in in6_if2idlen()
/xnu-12377.41.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c56 SDL(lladdr->ifa_addr)->sdl_type == IFT_ETHER) { in get_mac_addr()
/xnu-12377.41.6/tests/skywalk/
H A Dskywalk_test_common.c2655 case IFT_ETHER: in valid_type()

12