HomeSort by relevance Sort by last modified time
    Searched refs:has_ipv6 (Results 1 - 4 of 4) 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...]
test_ftplib.py 759 if socket.has_ipv6:
  /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...]
test_ftplib.py 759 if socket.has_ipv6:

Completed in 2057 milliseconds