Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dnat_socket_factory.cc364 const SocketAddress& ext_ip) { in GetTranslator() argument
365 return nats_.Get(ext_ip); in GetTranslator()
369 const SocketAddress& ext_ip, in AddTranslator() argument
373 if (nats_.Get(ext_ip)) in AddTranslator()
376 return nats_.Add(ext_ip, new Translator(this, type, int_ip, server_, ext_ip)); in AddTranslator()
379 void NATSocketServer::RemoveTranslator(const SocketAddress& ext_ip) { in RemoveTranslator() argument
380 nats_.Remove(ext_ip); in RemoveTranslator()
426 const SocketAddress& ext_ip) in Translator() argument
435 ext_factory, ext_ip)); in Translator()
441 const SocketAddress& ext_ip) { in GetTranslator() argument
[all …]
Dnat_socket_factory.h94 Translator* Get(const SocketAddress& ext_ip);
95 Translator* Add(const SocketAddress& ext_ip, Translator*);
96 void Remove(const SocketAddress& ext_ip);
118 Translator* GetTranslator(const SocketAddress& ext_ip);
119 Translator* AddTranslator(const SocketAddress& ext_ip,
122 void RemoveTranslator(const SocketAddress& ext_ip);
143 Translator* GetTranslator(const SocketAddress& ext_ip);
144 Translator* AddTranslator(const SocketAddress& ext_ip,
147 void RemoveTranslator(const SocketAddress& ext_ip);
Dproxy_server.h70 const SocketAddress& ext_ip);
94 const SocketAddress& ext_ip) in SocksProxyServer() argument
95 : ProxyServer(int_factory, int_addr, ext_factory, ext_ip) {} in SocksProxyServer()
Dproxy_server.cc26 const SocketAddress& ext_ip) in ProxyServer() argument
28 ext_ip_(ext_ip.ipaddr(), 0), // strip off port in ProxyServer()
Dnat_server.cc118 const SocketAddress& ext_ip) in NATProxyServer() argument
119 : ProxyServer(int_factory, int_addr, ext_factory, ext_ip) {} in NATProxyServer()