Searched refs:ext_factory (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/base/ |
D | proxyserver.h | 64 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()
|
D | proxyserver.cc | 21 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()
|
D | natserver.cc | 115 SocketFactory* ext_factory, const SocketAddress& ext_ip) in NATProxyServer() argument 116 : ProxyServer(int_factory, int_addr, ext_factory, ext_ip) { in NATProxyServer()
|
D | natsocketfactory.h | 94 const SocketAddress& int_addr, SocketFactory* ext_factory,
|
D | natsocketfactory.cc | 406 SocketFactory* ext_factory, const SocketAddress& ext_ip) in Translator() argument 415 ext_factory, ext_ip)); in Translator()
|