Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dautodetectproxy.cc19 PROXY_HTTPS, PROXY_SOCKS5, PROXY_UNKNOWN
235 case PROXY_SOCKS5: in OnConnectEvent()
259 Complete(PROXY_SOCKS5); in OnReadEvent()
267 case PROXY_SOCKS5: in OnReadEvent()
269 Complete(PROXY_SOCKS5); in OnReadEvent()
Dproxyinfo.h23 PROXY_SOCKS5, enumerator
Dproxy_unittest.cc122 EXPECT_EQ(rtc::PROXY_SOCKS5, DetectProxyType(kSocksProxyIntAddr)); in TEST_F()
Dproxydetect.cc337 ptype = PROXY_SOCKS5; in ParseProxy()
565 proxy->type = PROXY_SOCKS5; in GetFirefoxProxySettings()
1016 PROXY_SOCKS5, in GetMacProxySettingsFromDictionary()
1063 case PROXY_SOCKS5 : in p_putPasswordInProxyInfo()
Dproxydetect_unittest.cc96 EXPECT_EQ(PROXY_SOCKS5, proxy_info.type); in TEST_F()
Dsslsocketfactory.cc151 if (proxy_.type == PROXY_SOCKS5) { in CreateProxySocket()
/external/webrtc/webrtc/p2p/base/
Dbasicpacketsocketfactory.cc125 if (proxy_info.type == rtc::PROXY_SOCKS5) { in CreateClientTcpSocket()
Dp2ptransportchannel_unittest.cc922 SetProxy(endpoint, rtc::PROXY_SOCKS5); in ConfigureEndpoint()