Home | History | Annotate | Download | only in base

Lines Matching refs:v6addr

535     in6_addr v6addr;
539 if (!buf->ReadBytes(reinterpret_cast<char*>(&v6addr), sizeof(v6addr))) {
542 talk_base::IPAddress ipaddr(v6addr);
566 in6_addr v6addr = address_.ipaddr().ipv6_address();
567 buf->WriteBytes(reinterpret_cast<char*>(&v6addr), sizeof(v6addr));
595 in6_addr v6addr = ip.ipv6_address();
601 uint32* ip_as_ints = reinterpret_cast<uint32*>(&v6addr.s6_addr);
609 return talk_base::IPAddress(v6addr);
649 in6_addr v6addr = xored_ip.ipv6_address();
650 buf->WriteBytes(reinterpret_cast<const char*>(&v6addr), sizeof(v6addr));