Home
last modified time | relevance | path

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

/xnu-10063.101.15/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.c154 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 Dif_vlan.c1212 case IFT_ETHER: in vlan_input()
1416 ifnet_set_lladdr_and_type(ifp, IF_LLADDR(p), ETHER_ADDR_LEN, IFT_ETHER); in vlan_config()
1915 if (ifnet_type(p) != IFT_ETHER in vlan_ioctl()
H A Dether_if_module.c117 SYSCTL_NODE(_net_link, IFT_ETHER, ether, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
H A Dpktap.c230 pktap->pktp_filters[0].filter_param_if_type = IFT_ETHER; in pktap_clone_create()
1186 case IFT_ETHER: in pktap_bpf_tap()
H A Dndrv.c184 ndrvsrc.sdl_type = IFT_ETHER; in ndrv_input()
H A Dif_bond.c1148 sdl.sdl_type = IFT_ETHER; in ifbond_add_slow_proto_multicast()
2167 IFT_ETHER); in bond_add_interface()
2494 IFT_ETHER); in bond_remove_interface()
3064 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.c1227 case IFT_ETHER: in dlil_attach_netif_compat_nexus()
6439 if (ifp->if_type == IFT_ETHER) { in dlil_input_packet_list_common()
6466 case IFT_ETHER: in dlil_input_packet_list_common()
7015 if (ifp->if_type == IFT_ETHER) { in dlil_output()
9071 if (ll_addr != NULL && ifp->if_type == IFT_ETHER && in ifnet_attach()
11026 } else if (ifp->if_type == IFT_ETHER && any_ether_index == 0) { in get_ether_index()
11451 case IFT_ETHER: in dlil_ifaddr_bytes()
H A Dbpf.c3817 if (pktap->pth_iftype == IFT_ETHER) { in get_pkt_trunc_len()
4297 if (ifnet_type(ifp) == IFT_ETHER && dlt == DLT_EN10MB) { in bpf_attach()
H A Dif_fake.c3275 feth_init.type = IFT_ETHER; in feth_clone_create()
3782 if (ifnet_type(peer) != IFT_ETHER) { in feth_set_drvspec()
H A Dif_redirect.c1201 rd_init.type = IFT_ETHER; in redirect_clone_create()
H A Dif_bridge.c1640 IFT_ETHER); in bridge_clone_create()
2720 case IFT_ETHER: in bridge_ioctl_add()
3557 case IFT_ETHER: in bridge_ioctl_addspan()
/xnu-10063.101.15/tests/
H A Dnet_ndrv.c75 dl.sdl_type = IFT_ETHER; in ndrv_socket_do_multicast()
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c61 SDL(lladdr->ifa_addr)->sdl_type != IFT_ETHER) { in fsw_ethernet_setup()
207 SDL(tgt_rt->rt_gateway)->sdl_type != IFT_ETHER)) { in fsw_ethernet_resolve()
/xnu-10063.101.15/bsd/netinet6/
H A Din6_ifattach.c284 case IFT_ETHER: in in6_iid_from_hw()
H A Dnd6_nbr.c1622 case IFT_ETHER: in nd6_ifptomac()
2135 case IFT_ETHER: in nd6_dad_duplicated()
H A Dnd6.c4621 case IFT_ETHER: in nd6_need_cache()
4651 case IFT_ETHER: in nd6_storelladdr()
H A Din6.c4006 case IFT_ETHER: /* RFC2464 */ in in6_if2idlen()
/xnu-10063.101.15/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c56 SDL(lladdr->ifa_addr)->sdl_type == IFT_ETHER) { in get_mac_addr()