Searched refs:NET_ICMPV6_NS (Results 1 – 5 of 5) sorted by relevance
153 #define NET_ICMPV6_NS 135 /* Neighbor Solicitation */ macro
49 case NET_ICMPV6_NS: in net_icmpv6_type2str()
2012 net_icmpv6_create(pkt, NET_ICMPV6_NS, 0)) { in net_ipv6_send_ns()2879 ret = net_icmp_init_ctx(&ns_ctx, NET_ICMPV6_NS, 0, handle_ns_input); in net_ipv6_nbr_init()2881 NET_ERR("Cannot register %s handler (%d)", STRINGIFY(NET_ICMPV6_NS), in net_ipv6_nbr_init()
340 msg_sending = NET_ICMPV6_NS; in test_populate_nbr_cache()
349 if (icmp->type == NET_ICMPV6_NS) { in tester_send()