Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dether_inet6_pr_module.c117 if (ether_type == htons(ETHERTYPE_IPV6)) { in ether_inet6_input()
176 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.c558 case ETHERTYPE_IPV6: in ifnet_lr2iflri()
H A Dif_bridge.c4389 case ETHERTYPE_IPV6:
4680 case ETHERTYPE_IPV6:
7688 } else if (eh->ether_type == htons(ETHERTYPE_IPV6)) {
8753 case ETHERTYPE_IPV6:
8823 case ETHERTYPE_IPV6:
8986 case ETHERTYPE_IPV6:
9228 case ETHERTYPE_IPV6:
9259 case ETHERTYPE_IPV6:
9319 case ETHERTYPE_IPV6:
H A Dbpf.c3774 } else if (type == ETHERTYPE_IPV6) { in get_ether_trunc_len()
H A Ddlil.c5445 } else if (etype == ETHERTYPE_IPV6) { in ifnet_enqueue_ifclassq()
5539 } else if (etype == ETHERTYPE_IPV6) { in ifnet_enqueue_ifclassq()
6449 if (ntohs(ehp->ether_type) != ETHERTYPE_IPV6) { in dlil_input_packet_list_common()
H A Dif_bond.c1536 case ETHERTYPE_IPV6: in bond_output()
/xnu-10002.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c82 htons(ETHERTYPE_IP) : htons(ETHERTYPE_IPV6)); in fsw_ethernet_ctor()
584 case ETHERTYPE_IPV6: in fsw_ethernet_demux()
/xnu-10002.41.9/tests/
H A Dnet_test_lib.c170 eh_p->ether_type = htons(ETHERTYPE_IPV6); in ethernet_udp6_frame_populate()
H A Dnet_bridge.c872 case ETHERTYPE_IPV6: in ethernet_frame_validate()
1049 T_ASSERT_EQ((int)ether_type, ETHERTYPE_IPV6, NULL); in ethernet_frame_get_udp6_payload()
1225 eh_p->ether_type = htons(ETHERTYPE_IPV6); in ethernet_nd6_frame_populate()
2545 T_ASSERT_EQ(ntohs(eh_p->ether_type), (u_short)ETHERTYPE_IPV6, NULL); in validate_mac_nat_nd6_out()
/xnu-10002.41.9/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.c180 ETHERTYPE_IPV6,
/xnu-10002.41.9/bsd/netinet6/
H A Dnd6_nbr.c223 ETHERTYPE_IPV6, addr, alen, nd6_llreach_base); in nd6_llreach_alloc()
2466 ifnet_llreach_set_reachable(ifp, ETHERTYPE_IPV6, addr, alen); in nd6_llreach_set_reachable()