Searched refs:HOSTv4 (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/test/support/ |
H A D | socket_helper.py | 11 HOSTv4 = "127.0.0.1" variable
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_server.py | 49 serve, socket_helper.HOSTv4, 0, start_serving=False))
|
/third_party/python/Lib/test/ |
H A D | test_smtpd.py | 180 server = smtpd.SMTPServer((socket_helper.HOSTv6, 0), (socket_helper.HOSTv4, 0)) 184 server = smtpd.SMTPServer((socket_helper.HOSTv4, 0), (socket_helper.HOSTv6, 0))
|
H A D | test_socket.py | 1023 for addr in [socket_helper.HOSTv4, '10.0.0.1', '255.255.255.255']: 1028 for host in [socket_helper.HOSTv4]:
|
H A D | test_os.py | 3379 socket_helper.HOSTv4)
|
Completed in 18 milliseconds