Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dport_unittest.cc406 TestConnectivity("udp", port1, RelayName(rtype, proto), port2, in TestLocalToRelay()
436 TestConnectivity(StunName(ntype), port1, RelayName(rtype, proto), port2, in TestStunToRelay()
451 TestConnectivity("tcp", port1, RelayName(rtype, proto), port2, in TestTcpToRelay()
459 TestConnectivity("ssltcp", port1, RelayName(rtype, proto), port2, in TestSslTcpToRelay()
543 static const char* RelayName(RelayType type, ProtocolType proto) { in RelayName() function in PortTest