Lines Matching refs:v6
42 in6_addr v6; member
43 } ip{.v6 = IN6ADDR_ANY_INIT}; // written and read in network-byte order
63 const in6_addr v6a = a.ip.v6;
64 const in6_addr v6b = b.ip.v6;
87 const in6_addr v6a = a.ip.v6;
88 const in6_addr v6b = b.ip.v6;
140 : mData({AF_INET6, IPV6_ADDR_BITS, 0U, 0U, {.v6 = ipv6}}) {} in IPAddress()
147 {.v6 = ipv6}}) {} in IPAddress()
149 mData.scope_id = (family() == AF_INET6 && usesScopedIds(mData.ip.v6)) ? scope_id : 0U; in IPAddress()
184 if (usesScopedIds(ipdata.ip.v6)) mData.scope_id = ipdata.scope_id; in IPAddress()
222 in6_addr addr6() const noexcept { return mData.ip.v6; } in addr6()
295 reinterpret_cast<sockaddr_in6*>(&ss)->sin6_addr = mData.ip.v6; in sockaddr_storage()