Lines Matching refs:TestConnectivity
389 TestConnectivity("udp", port1, "udp", port2, true, true, true, true); in TestLocalToLocal()
397 TestConnectivity("udp", port1, StunName(ntype), port2, in TestLocalToStun()
406 TestConnectivity("udp", port1, RelayName(rtype, proto), port2, in TestLocalToRelay()
415 TestConnectivity(StunName(ntype), port1, "udp", port2, in TestStunToLocal()
425 TestConnectivity(StunName(ntype1), port1, StunName(ntype2), port2, in TestStunToStun()
436 TestConnectivity(StunName(ntype), port1, RelayName(rtype, proto), port2, in TestStunToRelay()
444 TestConnectivity("tcp", port1, "tcp", port2, true, false, true, true); in TestTcpToTcp()
451 TestConnectivity("tcp", port1, RelayName(rtype, proto), port2, in TestTcpToRelay()
459 TestConnectivity("ssltcp", port1, RelayName(rtype, proto), port2, in TestSslTcpToRelay()
566 void TestConnectivity(const char* name1, Port* port1,
779 void PortTest::TestConnectivity(const char* name1, Port* port1, in TestConnectivity() function in PortTest
1309 TestConnectivity("udp", port1, "udp", port2, true, true, true, true); in TEST_F()