Searched refs:net_ipv6_is_addr_mcast_iface (Results 1 – 6 of 6) sorted by relevance
431 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()
275 if (net_ipv6_is_addr_mcast_iface( in check_ip()
896 (net_ipv6_is_addr_mcast_iface(group)) || in net_route_mcast_add()
1118 #define IN6_IS_ADDR_MC_NODELOCAL(addr) net_ipv6_is_addr_mcast_iface(addr)
1223 static inline bool net_ipv6_is_addr_mcast_iface(const struct in6_addr *addr) in net_ipv6_is_addr_mcast_iface() function1336 return net_ipv6_is_addr_mcast_iface(addr) && in net_ipv6_is_addr_mcast_iface_all_nodes()
275 net_ipv6_is_addr_mcast_iface( in add_ipv6_maddr_to_zephyr()