Home
last modified time | relevance | path

Searched refs:TestConnectivity (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/
Dnat_unittest.cc199 bool TestConnectivity(const SocketAddress& src, const IPAddress& dst) { in TestConnectivity() function
249 if (ip.family() == int_addr.family() && TestConnectivity(int_addr, ip)) { in TestPhysicalInternal()
/external/webrtc/p2p/base/
Dport_unittest.cc418 TestConnectivity("udp", std::move(port1), "udp", std::move(port2), true, in TestLocalToLocal()
427 TestConnectivity("udp", std::move(port1), StunName(ntype), std::move(port2), in TestLocalToStun()
436 TestConnectivity("udp", std::move(port1), RelayName(proto), in TestLocalToRelay()
445 TestConnectivity(StunName(ntype), std::move(port1), "udp", std::move(port2), in TestStunToLocal()
455 TestConnectivity(StunName(ntype1), std::move(port1), StunName(ntype2), in TestStunToStun()
466 TestConnectivity(StunName(ntype), std::move(port1), RelayName(proto), in TestStunToRelay()
475 TestConnectivity("tcp", std::move(port1), "tcp", std::move(port2), true, in TestTcpToTcp()
483 TestConnectivity("tcp", std::move(port1), RelayName(proto), in TestTcpToRelay()
491 TestConnectivity("ssltcp", std::move(port1), RelayName(proto), in TestSslTcpToRelay()
591 void TestConnectivity(const char* name1,
[all …]