Searched refs:NET_ICMPV6_NA (Results 1 – 4 of 4) sorted by relevance
151 #define NET_ICMPV6_NA 136 /* Neighbor Advertisement */ macro
51 case NET_ICMPV6_NA: in net_icmpv6_type2str()
1103 net_icmpv6_create(pkt, NET_ICMPV6_NA, 0)) { in net_ipv6_send_na()2738 ret = net_icmp_init_ctx(&na_ctx, NET_ICMPV6_NA, 0, handle_na_input); in net_ipv6_nbr_init()2740 NET_ERR("Cannot register %s handler (%d)", STRINGIFY(NET_ICMPV6_NA), in net_ipv6_nbr_init()
275 zassert_ok(net_icmpv6_create(pkt, NET_ICMPV6_NA, 0)); in inject_na_message()