Home
last modified time | relevance | path

Searched refs:HOSTv4 (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/support/
H A Dsocket_helper.py11 HOSTv4 = "127.0.0.1" variable
/third_party/python/Lib/test/test_asyncio/
H A Dtest_server.py49 serve, socket_helper.HOSTv4, 0, start_serving=False))
/third_party/python/Lib/test/
H A Dtest_smtpd.py180 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 Dtest_socket.py1023 for addr in [socket_helper.HOSTv4, '10.0.0.1', '255.255.255.255']:
1028 for host in [socket_helper.HOSTv4]:
H A Dtest_os.py3379 socket_helper.HOSTv4)

Completed in 18 milliseconds