Home
last modified time | relevance | path

Searched defs:scope_id (Results 1 – 1 of 1) sorted by relevance

/system/netd/libnetdutils/include/netdutils/
DInternetAddresses.h131 IPAddress(const in6_addr& ipv6, uint32_t scope_id) in IPAddress()
138 IPAddress(const IPAddress& ip, uint32_t scope_id) : IPAddress(ip) { in IPAddress()
146 constexpr uint32_t scope_id() const noexcept { return mData.scope_id; } in scope_id() function