Searched refs:ETHERTYPE_IPV6 (Results 1 – 13 of 13) sorted by relevance
| /xnu-10063.141.1/bsd/net/ |
| H A D | ether_inet6_pr_module.c | 119 if (ether_type == htons(ETHERTYPE_IPV6)) { in ether_inet6_input() 177 u_int16_t ethertype_ipv6 = htons(ETHERTYPE_IPV6); in ether_inet6_pre_output() 260 u_short en_6native = htons(ETHERTYPE_IPV6); in ether_attach_inet6()
|
| H A D | ethernet.h | 111 #define ETHERTYPE_IPV6 0x86dd /* IPv6 */ macro
|
| H A D | if_llreach.c | 558 case ETHERTYPE_IPV6: in ifnet_lr2iflri()
|
| H A D | if_bridge.c | 4400 case ETHERTYPE_IPV6: 4691 case ETHERTYPE_IPV6: 7727 } else if (eh->ether_type == htons(ETHERTYPE_IPV6)) { 8792 case ETHERTYPE_IPV6: 8862 case ETHERTYPE_IPV6: 9025 case ETHERTYPE_IPV6: 9267 case ETHERTYPE_IPV6: 9298 case ETHERTYPE_IPV6: 9358 case ETHERTYPE_IPV6:
|
| H A D | bpf.c | 3815 } else if (type == ETHERTYPE_IPV6) { in get_ether_trunc_len()
|
| H A D | dlil.c | 5427 } else if (etype == ETHERTYPE_IPV6) { in ifnet_enqueue_ifclassq() 5521 } else if (etype == ETHERTYPE_IPV6) { in ifnet_enqueue_ifclassq() 6442 if (ntohs(ehp->ether_type) != ETHERTYPE_IPV6) { in dlil_input_packet_list_common()
|
| H A D | if_bond.c | 1538 case ETHERTYPE_IPV6: in bond_output()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ethernet.c | 83 htons(ETHERTYPE_IP) : htons(ETHERTYPE_IPV6)); in fsw_ethernet_ctor() 585 case ETHERTYPE_IPV6: in fsw_ethernet_demux()
|
| /xnu-10063.141.1/tests/ |
| H A D | net_test_lib.c | 170 eh_p->ether_type = htons(ETHERTYPE_IPV6); in ethernet_udp6_frame_populate()
|
| H A D | net_bridge.c | 872 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-10063.141.1/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_flow.c | 230 if (etype != ETHERTYPE_IPV6) { in netif_flow_ipv6_ula_info()
|
| H A D | nx_netif_netagent.c | 181 ETHERTYPE_IPV6,
|
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | nd6_nbr.c | 225 ETHERTYPE_IPV6, addr, alen, nd6_llreach_base); in nd6_llreach_alloc() 2465 ifnet_llreach_set_reachable(ifp, ETHERTYPE_IPV6, addr, alen); in nd6_llreach_set_reachable()
|