Home | History | Annotate | Download | only in end2end

Lines Matching defs:test_connect

71 void test_connect(const char* server_host, const char* client_host, int port,
319 test_connect("::", "127.0.0.1", 0, 1);
320 test_connect("::", "::ffff:127.0.0.1", 0, 1);
321 test_connect("::", "ipv4:127.0.0.1", 0, 1);
322 test_connect("::", "ipv6:[::ffff:127.0.0.1]", 0, 1);
323 test_connect("::", "localhost", 0, 1);
324 test_connect("0.0.0.0", "127.0.0.1", 0, 1);
325 test_connect("0.0.0.0", "::ffff:127.0.0.1", 0, 1);
326 test_connect("0.0.0.0", "ipv4:127.0.0.1", 0, 1);
327 test_connect("0.0.0.0", "ipv4:127.0.0.1,127.0.0.2,127.0.0.3", 0, 1);
328 test_connect("0.0.0.0", "ipv6:[::ffff:127.0.0.1],[::ffff:127.0.0.2]", 0, 1);
329 test_connect("0.0.0.0", "localhost", 0, 1);
331 test_connect("::", "::1", 0, 1);
332 test_connect("0.0.0.0", "::1", 0, 1);
333 test_connect("::", "ipv6:[::1]", 0, 1);
334 test_connect("0.0.0.0", "ipv6:[::1]", 0, 1);
338 test_connect("127.0.0.1", "127.0.0.1", 0, 1);
339 test_connect("127.0.0.1", "ipv4:127.0.0.1", 0, 1);
341 test_connect("::1", "::1", 0, 1);
342 test_connect("::1", "127.0.0.1", 0, 0);
343 test_connect("127.0.0.1", "::1", 0, 0);
344 test_connect("::1", "ipv6:[::1]", 0, 1);
345 test_connect("::1", "ipv4:127.0.0.1", 0, 0);
346 test_connect("127.0.0.1", "ipv6:[::1]", 0, 0);
352 test_connect("loopback46.unittest.grpc.io", "loopback4.unittest.grpc.io",
354 test_connect("loopback4.unittest.grpc.io", "loopback46.unittest.grpc.io",
357 test_connect("loopback46.unittest.grpc.io",
359 test_connect("loopback6.unittest.grpc.io",
361 test_connect("loopback4.unittest.grpc.io", "loopback6.unittest.grpc.io",
363 test_connect("loopback6.unittest.grpc.io", "loopback4.unittest.grpc.io",