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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 35 SUPPORTS_IPV6 = socket.has_ipv6 and try_address('::1', family=socket.AF_INET6)
491 from socket import inet_pton, AF_INET6, has_ipv6 namespace
492 if not has_ipv6:
525 from socket import inet_ntop, AF_INET6, has_ipv6 namespace
526 if not has_ipv6:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 35 SUPPORTS_IPV6 = socket.has_ipv6 and try_address('::1', family=socket.AF_INET6)
491 from socket import inet_pton, AF_INET6, has_ipv6 namespace
492 if not has_ipv6:
525 from socket import inet_ntop, AF_INET6, has_ipv6 namespace
526 if not has_ipv6:
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2800 bool has_ipv6; member in struct:InetSocketAddress
    [all...]

Completed in 97 milliseconds