Home
last modified time | relevance | path

Searched refs:net_ipv6_is_addr_mcast_org (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dsocket.h1127 #define IN6_IS_ADDR_MC_ORGLOCAL(addr) net_ipv6_is_addr_mcast_org(addr)
Dnet_ip.h1279 static inline bool net_ipv6_is_addr_mcast_org(const struct in6_addr *addr) in net_ipv6_is_addr_mcast_org() function
/Zephyr-latest/subsys/net/ip/
Dipv6.c548 net_ipv6_is_addr_mcast_org((struct in6_addr *)hdr->dst)))) { in net_ipv6_input()