Home
last modified time | relevance | path

Searched refs:ETHERTYPE_IPV6 (Results 1 – 16 of 16) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Dether_inet6_pr_module.c119 if (ether_type == htons(ETHERTYPE_IPV6)) { in ether_inet6_input()
177 u_int16_t ethertype_ipv6 = htons(ETHERTYPE_IPV6); in ether_inet6_pre_output()
259 u_short en_6native = htons(ETHERTYPE_IPV6); in ether_attach_inet6()
H A Dethernet.h111 #define ETHERTYPE_IPV6 0x86dd /* IPv6 */ macro
H A Dif_llreach.c561 case ETHERTYPE_IPV6: in ifnet_lr2iflri()
H A Ddlil_input.c894 if (ntohs(ehp->ether_type) != ETHERTYPE_IPV6) { in dlil_input_packet_list_common()
H A Dif_bridge.c193 #define HTONS_ETHERTYPE_IPV6 htons(ETHERTYPE_IPV6)
4918 case ETHERTYPE_IPV6:
9188 case ETHERTYPE_IPV6:
9219 case ETHERTYPE_IPV6:
9279 case ETHERTYPE_IPV6:
H A Ddlil.c3037 } else if (etype == ETHERTYPE_IPV6) { in ifnet_enqueue_single()
3130 } else if (etype == ETHERTYPE_IPV6) { in ifnet_enqueue_single()
H A Droute.c4870 ? ETHERTYPE_IP : ETHERTYPE_IPV6; in rt_lookup_qset_id()
H A Dbpf.c3931 } else if (type == ETHERTYPE_IPV6) { in get_ether_trunc_len()
H A Dif_bond.c1527 case ETHERTYPE_IPV6: in get_packet_hash()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c84 htons(ETHERTYPE_IP) : htons(ETHERTYPE_IPV6)); in fsw_ethernet_ctor()
618 case ETHERTYPE_IPV6: in fsw_ethernet_demux()
/xnu-12377.81.4/tests/skywalk/
H A Dskt_netifdirect.c218 eth_hdr.ether_type = htons(ETHERTYPE_IPV6); in skt_netif_ipv6_udp_frame_populate()
273 assert(ntohs(eth_hdr->ether_type) == ETHERTYPE_IPV6); in skt_netif_ipv6_udp_frame_process()
/xnu-12377.81.4/tests/
H A Dnet_bridge.c549 case ETHERTYPE_IPV6: in ethernet_frame_validate()
726 T_ASSERT_EQ((int)ether_type, ETHERTYPE_IPV6, NULL); in ethernet_frame_get_udp6_payload()
902 eh_p->ether_type = htons(ETHERTYPE_IPV6); in ethernet_nd6_frame_populate()
2219 T_ASSERT_EQ(ntohs(eh_p->ether_type), (u_short)ETHERTYPE_IPV6, NULL); in validate_mac_nat_nd6_out()
H A Dnet_test_lib.c325 eh_p->ether_type = htons(ETHERTYPE_IPV6); in ethernet_udp6_frame_populate()
/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c230 if (etype != ETHERTYPE_IPV6) { in netif_flow_ipv6_ula_info()
H A Dnx_netif_netagent.c181 ETHERTYPE_IPV6,
/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_nbr.c227 ETHERTYPE_IPV6, addr, alen, nd6_llreach_base); in nd6_llreach_alloc()
2472 ifnet_llreach_set_reachable(ifp, ETHERTYPE_IPV6, addr, alen); in nd6_llreach_set_reachable()