Home
last modified time | relevance | path

Searched refs:int_ip (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dnatsocketfactory.cc347 const SocketAddress& ext_ip, const SocketAddress& int_ip, NATType type) { in AddTranslator() argument
352 return nats_.Add(ext_ip, new Translator(this, type, int_ip, server_, ext_ip)); in AddTranslator()
405 NATSocketServer* server, NATType type, const SocketAddress& int_ip, in Translator() argument
414 nat_server_.reset(new NATServer(type, internal_server, int_ip, int_ip, in Translator()
426 const SocketAddress& ext_ip, const SocketAddress& int_ip, NATType type) { in AddTranslator() argument
433 new Translator(server_, type, int_ip, server_, ext_ip)); in AddTranslator()
442 const SocketAddress& int_ip) { in AddClient() argument
444 if (clients_.find(int_ip) != clients_.end()) in AddClient()
447 clients_.insert(int_ip); in AddClient()
452 const SocketAddress& int_ip) { in RemoveClient() argument
[all …]
Dnatsocketfactory.h87 Translator* FindClient(const SocketAddress& int_ip);
108 const SocketAddress& int_ip, NATType type);
111 bool AddClient(const SocketAddress& int_ip);
112 void RemoveClient(const SocketAddress& int_ip);
115 Translator* FindClient(const SocketAddress& int_ip);
132 const SocketAddress& int_ip, NATType type);