Searched refs:turn_type (Results 1 – 2 of 2) sorted by relevance
232 bool SupportsProtocol(RelayType turn_type, ProtocolType type) const;236 RelayType turn_type, ProtocolType type) const;
1173 bool PortConfiguration::SupportsProtocol(RelayType turn_type, in SupportsProtocol() argument1176 if (relays[i].type == turn_type && in SupportsProtocol()1184 RelayType turn_type, ProtocolType type) const { in GetRelayServerAddresses() argument1187 if (relays[i].type == turn_type && SupportsProtocol(relays[i], type)) { in GetRelayServerAddresses()