HomeSort by relevance Sort by last modified time
    Searched refs:RelayType (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/p2p/base/
portallocator.h 92 RelayServerConfig(RelayType type) : type(type), priority(0) {}
105 RelayType type;
port.h 76 enum RelayType {
port_unittest.cc 401 void TestLocalToRelay(RelayType rtype, ProtocolType proto) {
430 void TestStunToRelay(NATType ntype, RelayType rtype, ProtocolType proto) {
446 void TestTcpToRelay(RelayType rtype, ProtocolType proto) {
454 void TestSslTcpToRelay(RelayType rtype, ProtocolType proto) {
489 Port* CreateRelayPort(const SocketAddress& addr, RelayType rtype,
543 static const char* RelayName(RelayType type, ProtocolType proto) {
    [all...]
  /external/webrtc/webrtc/p2p/client/
basicportallocator.h 232 bool SupportsProtocol(RelayType turn_type, ProtocolType type) const;
233 // Helper method returns the server addresses for the matching RelayType and
236 RelayType turn_type, ProtocolType type) const;
basicportallocator.cc     [all...]

Completed in 79 milliseconds