HomeSort by relevance Sort by last modified time
    Searched full:teredo (Results 1 - 10 of 10) sorted by null

  /external/apache-harmony/support/src/test/java/tests/support/
Support_NetworkInterface.java 35 .equals("Teredo Tunneling Pseudo-Interface"))
49 || (theInterface.getDisplayName().equals("teredo"))) {
  /external/guava/guava-tests/test/com/google/common/net/
InetAddressesTest.java 479 InetAddresses.TeredoInfo teredo = local
483 assertEquals(server, teredo.getServer());
486 assertEquals(client, teredo.getClient());
488 assertEquals(port, teredo.getPort());
489 assertEquals(flags, teredo.getFlags());
516 "2001:0:102:203:200:5efe:506:708", // Teredo address; not ISATAP
561 // Test Teredo address.
609 // test Teredo address (should be hashed)
615 // 2 Teredo addresses differing in the embedded IPv4 address should
624 // 2 Teredo addresses NOT differing in the embedded IPv4 address shoul
    [all...]
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 611 * Teredo address.
673 * Evaluates whether the argument is a Teredo address.
675 * <p>Teredo addresses begin with the {@code "2001::/32"} prefix.
677 * @param ip {@link Inet6Address} to be examined for Teredo address format
678 * @return {@code true} if the argument is a Teredo address
687 * Returns the Teredo information embedded in a Teredo address.
689 * @param ip {@link Inet6Address} to be examined for embedded Teredo information
691 * @throws IllegalArgumentException if the argument is not a valid IPv6 Teredo address
695 "Address '%s' is not a Teredo address.", toAddrString(ip))
    [all...]
  /prebuilts/go/darwin-x86/src/net/
addrselect.go 247 // Teredo
  /prebuilts/go/linux-x86/src/net/
addrselect.go 247 // Teredo
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/
ipaddr_test.py     [all...]
ipaddr.py 1716 def teredo(self): member in class:_BaseV6
    [all...]
  /external/webrtc/webrtc/base/
ipaddress.cc 481 // Precedence values from RFC 3484-bis. Prefers native v4 over 6to4/Teredo.
ipaddress_unittest.cc 799 // Test determining if an IPAddress is 6Bone/6To4/Teredo/etc.
    [all...]
  /external/c-ares/
ares_platform.c     [all...]

Completed in 394 milliseconds