Searched refs:TestConnectivity (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | port_unittest.cc | 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, [all …]
|
/external/webrtc/webrtc/base/ |
D | nat_unittest.cc | 177 bool TestConnectivity(const SocketAddress& src, const IPAddress& dst) { in TestConnectivity() function 228 if (ip.family() == int_addr.family() && TestConnectivity(int_addr, ip)) { in TestPhysicalInternal()
|
/external/webrtc/tools/valgrind-webrtc/drmemory/ |
D | suppressions.txt | 300 *!TestConnectivity 307 *!TestConnectivity
|