Home
last modified time | relevance | path

Searched refs:NET_ICMPV6_MLD_QUERY (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dicmpv6.h150 #define NET_ICMPV6_MLD_QUERY 130 /* Multicast Listener Query */ macro
Dipv6_mld.c464 ret = net_icmp_init_ctx(&ctx, NET_ICMPV6_MLD_QUERY, 0, handle_mld_query); in net_ipv6_mld_init()
466 NET_ERR("Cannot register %s handler (%d)", STRINGIFY(NET_ICMPV6_MLD_QUERY), in net_ipv6_mld_init()
Dicmpv6.c43 case NET_ICMPV6_MLD_QUERY: in net_icmpv6_type2str()
/Zephyr-latest/tests/net/mld/src/
Dmain.c466 ret = net_icmpv6_create(pkt, NET_ICMPV6_MLD_QUERY, 0); in send_query()
560 ret = net_icmp_init_ctx(&ctx, NET_ICMPV6_MLD_QUERY, in test_catch_query()
563 STRINGIFY(NET_ICMPV6_MLD_QUERY), ret); in test_catch_query()