Home
last modified time | relevance | path

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

/third_party/python/Lib/test/support/
H A Dsocket_helper.py12 HOSTv6 = "::1" variable
133 sock.bind((HOSTv6, 0))
/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))
774 self.server = DummyServer((socket_helper.HOSTv6, 0), ('b', 0),
H A Dtest_asyncore.py806 addr = (socket_helper.HOSTv6, 0)
H A Dtest_ftplib.py24 from test.support.socket_helper import HOST, HOSTv6 namespace
864 self.server = DummyFTPServer((HOSTv6, 0),
H A Dtest_socket.py747 host = socket_helper.HOSTv6
1026 # we don't test socket_helper.HOSTv6 because there's a chance it doesn't have
1749 (socket_helper.HOSTv6, 0, 0xffffffff), 0)
1751 self.assertRaises(OverflowError, s.bind, (socket_helper.HOSTv6, 0, -10))
1918 s.bind((socket_helper.HOSTv6, 0, 0, 0))

Completed in 15 milliseconds