Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dproxyserver.h64 SocketFactory* ext_factory, const SocketAddress& ext_ip);
88 SocketFactory* ext_factory, const SocketAddress& ext_ip) in SocksProxyServer() argument
89 : ProxyServer(int_factory, int_addr, ext_factory, ext_ip) { in SocksProxyServer()
Dproxyserver.cc21 SocketFactory* ext_factory, const SocketAddress& ext_ip) in ProxyServer() argument
22 : ext_factory_(ext_factory), ext_ip_(ext_ip.ipaddr(), 0), // strip off port in ProxyServer()
Dnatserver.cc115 SocketFactory* ext_factory, const SocketAddress& ext_ip) in NATProxyServer() argument
116 : ProxyServer(int_factory, int_addr, ext_factory, ext_ip) { in NATProxyServer()
Dnatsocketfactory.h94 const SocketAddress& int_addr, SocketFactory* ext_factory,
Dnatsocketfactory.cc406 SocketFactory* ext_factory, const SocketAddress& ext_ip) in Translator() argument
415 ext_factory, ext_ip)); in Translator()