Home
last modified time | relevance | path

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

/system/netd/libnetdutils/include/netdutils/
DInternetAddresses.h107 inline bool usesScopedIds(const in6_addr& ipv6) { in usesScopedIds() function
136 usesScopedIds(ipv6) ? scope_id : 0U, in IPAddress()
139 mData.scope_id = (family() == AF_INET6 && usesScopedIds(mData.ip.v6)) ? scope_id : 0U; in IPAddress()
174 if (usesScopedIds(ipdata.ip.v6)) mData.scope_id = ipdata.scope_id; in IPAddress()