Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c1140 case IFT_ETHER: in vlan_input()
1337 ifnet_set_lladdr_and_type(ifp, IF_LLADDR(p), ETHER_ADDR_LEN, IFT_ETHER); in vlan_config()
1836 if (ifnet_type(p) != IFT_ETHER in vlan_ioctl()
H A Dether_if_module.c116 SYSCTL_NODE(_net_link, IFT_ETHER, ether, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
H A Dpktap.c237 pktap->pktp_filters[0].filter_param_if_type = IFT_ETHER; in pktap_clone_create()
1193 case IFT_ETHER: in pktap_bpf_tap()
H A Dif_6lowpan.c759 if (ifnet_type(p) != IFT_ETHER in sixlowpan_ioctl()
H A Dndrv.c183 ndrvsrc.sdl_type = IFT_ETHER; in ndrv_input()
H A Dif_bond.c1150 sdl.sdl_type = IFT_ETHER; in ifbond_add_slow_proto_multicast()
2171 IFT_ETHER); in bond_add_interface()
2500 IFT_ETHER); in bond_remove_interface()
3070 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.c1182 headless_init.type = IFT_ETHER; in headless_clone_create()
H A Dbpf.c3323 if (pktap->pth_iftype == IFT_ETHER) { in get_pkt_trunc_len()
3701 if (ifnet_type(ifp) == IFT_ETHER && dlt == DLT_EN10MB) { in bpf_attach()
H A Ddlil.c1163 case IFT_ETHER: in dlil_attach_netif_compat_nexus()
5906 if (ifp->if_type == IFT_ETHER) { in dlil_input_packet_list_common()
5933 case IFT_ETHER: in dlil_input_packet_list_common()
6467 if (ifp->if_type == IFT_ETHER) { in dlil_output()
8447 if (ll_addr != NULL && ifp->if_type == IFT_ETHER && in ifnet_attach()
10389 } else if (ifp->if_type == IFT_ETHER && any_ether_index == 0) { in get_ether_index()
10748 case IFT_ETHER: in dlil_ifaddr_bytes()
H A Dif_fake.c2771 feth_init.type = IFT_ETHER; in feth_clone_create()
3278 if (ifnet_type(peer) != IFT_ETHER) { in feth_set_drvspec()
H A Dif_bridge.c1510 IFT_ETHER); in bridge_clone_create()
2313 case IFT_ETHER: in bridge_delete_member()
2501 case IFT_ETHER: in bridge_ioctl_add()
2583 case IFT_ETHER: in bridge_ioctl_add()
3305 case IFT_ETHER: in bridge_ioctl_addspan()
/xnu-8019.80.24/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-8019.80.24/bsd/netinet6/
H A Din6_ifattach.c283 case IFT_ETHER: in in6_iid_from_hw()
H A Dnd6_nbr.c1607 case IFT_ETHER: in nd6_ifptomac()
2106 case IFT_ETHER: in nd6_dad_duplicated()
H A Dnd6.c4546 case IFT_ETHER: in nd6_need_cache()
4577 case IFT_ETHER: in nd6_storelladdr()
H A Din6.c3979 case IFT_ETHER: /* RFC2464 */ in in6_if2idlen()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c55 SDL(lladdr->ifa_addr)->sdl_type == IFT_ETHER) { in get_mac_addr()