Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_ip.h1196 const struct in6_addr *addr_2) in net_ipv6_is_same_mcast_scope() argument
1198 return (addr_1->s6_addr[0] == 0xff) && (addr_2->s6_addr[0] == 0xff) && in net_ipv6_is_same_mcast_scope()
1199 (addr_1->s6_addr[1] == addr_2->s6_addr[1]); in net_ipv6_is_same_mcast_scope()