HomeSort by relevance Sort by last modified time
    Searched defs:ipv6_address (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chromeos/network/
host_resolver_impl_chromeos.cc 61 std::string ipv4_address, ipv6_address; variable
84 ipv6_address = address;
91 << " IPv4: " << ipv4_address << " IPv6: " << ipv6_address; variable
92 CallResolverSetIpAddress(ipv4_address, ipv6_address);
100 const std::string& ipv6_address) {
105 ipv4_address, ipv6_address));
109 const std::string& ipv6_address) {
111 resolver_->SetIPAddresses(ipv4_address, ipv6_address);
157 const std::string& ipv6_address) {
160 ipv6_address_ = ipv6_address;
    [all...]
  /external/chromium_org/ppapi/tests/
test_net_address_private.cc 237 uint16_t ipv6_address[8] = { 0x1234, 0xabcd, 0, 0, 0xff, 0, 0, 0xcdef }; local
238 PP_NetAddress_Private ipv6 = MakeIPv6NetAddress(ipv6_address, 123, 0);
250 uint16_t ipv6_address[8] = { 0x1234, 0xabcd, 0, 0, 0xff, 0, 0, 0xcdef }; local
252 PP_NetAddress_Private port_123 = MakeIPv6NetAddress(ipv6_address, 123, 0);
255 PP_NetAddress_Private port_FFFF = MakeIPv6NetAddress(ipv6_address,
280 uint16_t ipv6_address[8] = { 0x1234, 0xabcd, 0, 0, 0xff, 0, 0, 0xcdef }; local
281 PP_NetAddress_Private ipv6_addr = MakeIPv6NetAddress(ipv6_address,
288 ipv6_bytes[i * 2] = ipv6_address[i] >> 8;
289 ipv6_bytes[i * 2 + 1] = ipv6_address[i] & 0xFF;
311 uint16_t ipv6_address[8] = { 0x1234, 0xabcd, 0, 0, 0xff, 0, 0, 0xcdef } local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
ipaddress.cc 119 in6_addr IPAddress::ipv6_address() const { function in class:rtc::IPAddress
303 in6_addr v6 = ip.ipv6_address();
321 in6_addr v6addr = ip.ipv6_address();
353 in6_addr v6addr = ip.ipv6_address();
382 in6_addr v6addr = mask.ipv6_address();
423 in6_addr addr = ip.ipv6_address();
437 in6_addr addr = ip.ipv6_address();
443 in6_addr addr = ip.ipv6_address();

Completed in 142 milliseconds