Searched refs:TestConnectivity (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | nat_unittest.cc | 185 bool TestConnectivity(const SocketAddress& src, const IPAddress& dst) { in TestConnectivity() function 230 if (ip.family() == int_addr.family() && TestConnectivity(int_addr, ip)) { in TestPhysicalInternal()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | port_unittest.cc | 357 TestConnectivity("udp", port1, "udp", port2, true, true, true, true); in TestLocalToLocal() 363 TestConnectivity("udp", port1, StunName(ntype), port2, in TestLocalToStun() 370 TestConnectivity("udp", port1, RelayName(rtype, proto), port2, in TestLocalToRelay() 377 TestConnectivity(StunName(ntype), port1, "udp", port2, in TestStunToLocal() 385 TestConnectivity(StunName(ntype1), port1, StunName(ntype2), port2, in TestStunToStun() 394 TestConnectivity(StunName(ntype), port1, RelayName(rtype, proto), port2, in TestStunToRelay() 400 TestConnectivity("tcp", port1, "tcp", port2, true, false, true, true); in TestTcpToTcp() 405 TestConnectivity("tcp", port1, RelayName(rtype, proto), port2, in TestTcpToRelay() 411 TestConnectivity("ssltcp", port1, RelayName(rtype, proto), port2, in TestSslTcpToRelay() 517 void TestConnectivity(const char* name1, Port* port1, [all …]
|