Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_types.h81 #define IFT_ETHER 0x6 /* Ethernet CSMACD */ macro
H A Dether_inet_pr_module.c152 sender_hw.sdl_type = IFT_ETHER; in ether_inet_arp_input()
308 out_ll->sdl_type = IFT_ETHER; in ether_inet_resolve_multi()
H A Dether_inet6_pr_module.c210 out_ll->sdl_type = IFT_ETHER; in ether_inet6_resolve_multi()
H A Dif_vlan.c1216 case IFT_ETHER: in vlan_input()
1413 ifnet_set_lladdr_and_type(ifp, IF_LLADDR(p), ETHER_ADDR_LEN, IFT_ETHER); in vlan_config()
1912 if (ifnet_type(p) != IFT_ETHER in vlan_ioctl()
H A Dether_if_module.c115 SYSCTL_NODE(_net_link, IFT_ETHER, ether, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
H A Dpktap.c232 pktap->pktp_filters[0].filter_param_if_type = IFT_ETHER; in pktap_clone_create()
1188 case IFT_ETHER: in pktap_bpf_tap()
H A Dndrv.c183 ndrvsrc.sdl_type = IFT_ETHER; in ndrv_input()
H A Dif_bond.c1148 sdl.sdl_type = IFT_ETHER; in ifbond_add_slow_proto_multicast()
2171 IFT_ETHER); in bond_add_interface()
2498 IFT_ETHER); in bond_remove_interface()
3068 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.c1181 headless_init.type = IFT_ETHER; in headless_clone_create()
H A Ddlil.c1175 case IFT_ETHER: in dlil_attach_netif_compat_nexus()
6172 if (ifp->if_type == IFT_ETHER) { in dlil_input_packet_list_common()
6199 case IFT_ETHER: in dlil_input_packet_list_common()
6730 if (ifp->if_type == IFT_ETHER) { in dlil_output()
8744 if (ll_addr != NULL && ifp->if_type == IFT_ETHER && in ifnet_attach()
10678 } else if (ifp->if_type == IFT_ETHER && any_ether_index == 0) { in get_ether_index()
11048 case IFT_ETHER: in dlil_ifaddr_bytes()
H A Dbpf.c3521 if (pktap->pth_iftype == IFT_ETHER) { in get_pkt_trunc_len()
4002 if (ifnet_type(ifp) == IFT_ETHER && dlt == DLT_EN10MB) { in bpf_attach()
H A Dif_fake.c3041 feth_init.type = IFT_ETHER; in feth_clone_create()
3548 if (ifnet_type(peer) != IFT_ETHER) { in feth_set_drvspec()
H A Dif_bridge.c1633 IFT_ETHER); in bridge_clone_create()
2614 case IFT_ETHER: in bridge_ioctl_add()
3427 case IFT_ETHER: in bridge_ioctl_addspan()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c60 SDL(lladdr->ifa_addr)->sdl_type != IFT_ETHER) { in fsw_ethernet_setup()
206 SDL(tgt_rt->rt_gateway)->sdl_type != IFT_ETHER)) { in fsw_ethernet_resolve()
/xnu-8792.41.9/bsd/netinet6/
H A Din6_ifattach.c279 case IFT_ETHER: in in6_iid_from_hw()
H A Dnd6_nbr.c1617 case IFT_ETHER: in nd6_ifptomac()
2117 case IFT_ETHER: in nd6_dad_duplicated()
H A Dnd6.c4611 case IFT_ETHER: in nd6_need_cache()
4641 case IFT_ETHER: in nd6_storelladdr()
H A Din6.c4031 case IFT_ETHER: /* RFC2464 */ in in6_if2idlen()
/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c55 SDL(lladdr->ifa_addr)->sdl_type == IFT_ETHER) { in get_mac_addr()