Searched defs:inet_ntop (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_socket.py507 if not hasattr(socket, 'inet_ntop'):
508 return # No inet_ntop() on this platform
509 from socket import inet_ntoa as f, inet_ntop, AF_INET namespace
510 g = lambda a: inet_ntop(AF_INET, a)
522 if not hasattr(socket, 'inet_ntop'):
523 return # No inet_ntop() on this platform
525 from socket import inet_ntop, AF_INET6, has_ipv6 namespace
530 f = lambda a: inet_ntop(AF_INET6, a)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_socket.py507 if not hasattr(socket, 'inet_ntop'):
508 return # No inet_ntop() on this platform
509 from socket import inet_ntoa as f, inet_ntop, AF_INET namespace
510 g = lambda a: inet_ntop(AF_INET, a)
522 if not hasattr(socket, 'inet_ntop'):
523 return # No inet_ntop() on this platform
525 from socket import inet_ntop, AF_INET6, has_ipv6 namespace
530 f = lambda a: inet_ntop(AF_INET6, a)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_socket.py507 if not hasattr(socket, 'inet_ntop'):
508 return # No inet_ntop() on this platform
509 from socket import inet_ntoa as f, inet_ntop, AF_INET namespace
510 g = lambda a: inet_ntop(AF_INET, a)
522 if not hasattr(socket, 'inet_ntop'):
523 return # No inet_ntop() on this platform
525 from socket import inet_ntop, AF_INET6, has_ipv6 namespace
530 f = lambda a: inet_ntop(AF_INET6, a)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_socket.py507 if not hasattr(socket, 'inet_ntop'):
508 return # No inet_ntop() on this platform
509 from socket import inet_ntoa as f, inet_ntop, AF_INET namespace
510 g = lambda a: inet_ntop(AF_INET, a)
522 if not hasattr(socket, 'inet_ntop'):
523 return # No inet_ntop() on this platform
525 from socket import inet_ntop, AF_INET6, has_ipv6 namespace
530 f = lambda a: inet_ntop(AF_INET6, a)

Completed in 245 milliseconds