Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dnatsocketfactory.cc342 const SocketAddress& ext_ip) { in GetTranslator() argument
343 return nats_.Get(ext_ip); in GetTranslator()
347 const SocketAddress& ext_ip, const SocketAddress& int_ip, NATType type) { in AddTranslator() argument
349 if (nats_.Get(ext_ip)) in AddTranslator()
352 return nats_.Add(ext_ip, new Translator(this, type, int_ip, server_, ext_ip)); in AddTranslator()
356 const SocketAddress& ext_ip) { in RemoveTranslator() argument
357 nats_.Remove(ext_ip); in RemoveTranslator()
406 SocketFactory* ext_factory, const SocketAddress& ext_ip) in Translator() argument
415 ext_factory, ext_ip)); in Translator()
421 const SocketAddress& ext_ip) { in GetTranslator() argument
[all …]
Dnatsocketfactory.h84 Translator* Get(const SocketAddress& ext_ip);
85 Translator* Add(const SocketAddress& ext_ip, Translator*);
86 void Remove(const SocketAddress& ext_ip);
106 Translator* GetTranslator(const SocketAddress& ext_ip);
107 Translator* AddTranslator(const SocketAddress& ext_ip,
109 void RemoveTranslator(const SocketAddress& ext_ip);
130 Translator* GetTranslator(const SocketAddress& ext_ip);
131 Translator* AddTranslator(const SocketAddress& ext_ip,
133 void RemoveTranslator(const SocketAddress& ext_ip);
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()