Home
last modified time | relevance | path

Searched refs:net_ipv6_is_addr_mcast_iface (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dipv6.c431 net_ipv6_is_addr_mcast_iface((struct in6_addr *)hdr->dst) || in ipv6_forward_mcast_packet()
546 if (net_ipv6_is_addr_mcast_iface((struct in6_addr *)hdr->dst) || in net_ipv6_input()
640 !(net_ipv6_is_addr_mcast_iface((struct in6_addr *)hdr->dst) || in net_ipv6_input()
Dnet_core.c275 if (net_ipv6_is_addr_mcast_iface( in check_ip()
Droute.c896 (net_ipv6_is_addr_mcast_iface(group)) || in net_route_mcast_add()
/Zephyr-latest/include/zephyr/net/
Dsocket.h1118 #define IN6_IS_ADDR_MC_NODELOCAL(addr) net_ipv6_is_addr_mcast_iface(addr)
Dnet_ip.h1223 static inline bool net_ipv6_is_addr_mcast_iface(const struct in6_addr *addr) in net_ipv6_is_addr_mcast_iface() function
1336 return net_ipv6_is_addr_mcast_iface(addr) && in net_ipv6_is_addr_mcast_iface_all_nodes()
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread_utils.c275 net_ipv6_is_addr_mcast_iface( in add_ipv6_maddr_to_zephyr()