Home
last modified time | relevance | path

Searched refs:net_ipv6_is_addr_mcast_group (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dnet_ip.h1294 static inline bool net_ipv6_is_addr_mcast_group(const struct in6_addr *addr, in net_ipv6_is_addr_mcast_group() function
1321 return net_ipv6_is_addr_mcast_group(addr, &all_nodes_mcast_group); in net_ipv6_is_addr_mcast_all_nodes_group()
/Zephyr-latest/subsys/net/ip/
Dipv6.c544 (net_ipv6_is_addr_mcast_group( in net_ipv6_input()