Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dproxy_info.h21 enum ProxyType { PROXY_NONE, PROXY_HTTPS, PROXY_SOCKS5, PROXY_UNKNOWN }; enumerator
/external/webrtc/p2p/base/
Dbasic_packet_socket_factory.cc127 if (proxy_info.type == PROXY_SOCKS5) { in CreateClientTcpSocket()
Dp2p_transport_channel_unittest.cc1125 SetProxy(endpoint, rtc::PROXY_SOCKS5); in ConfigureEndpoint()