Searched refs:HOSTv6 (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/test/support/ |
H A D | socket_helper.py | 12 HOSTv6 = "::1" variable 133 sock.bind((HOSTv6, 0))
|
/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)) 774 self.server = DummyServer((socket_helper.HOSTv6, 0), ('b', 0),
|
H A D | test_asyncore.py | 806 addr = (socket_helper.HOSTv6, 0)
|
H A D | test_ftplib.py | 24 from test.support.socket_helper import HOST, HOSTv6 namespace 864 self.server = DummyFTPServer((HOSTv6, 0),
|
H A D | test_socket.py | 747 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