Home
last modified time | relevance | path

Searched refs:ServerAddresses (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dbasicportallocator.h72 const ServerAddresses& stun_servers);
74 const ServerAddresses& stun_servers,
86 const ServerAddresses& stun_servers() const { in stun_servers()
108 const ServerAddresses stun_servers_;
224 ServerAddresses stun_servers;
236 PortConfiguration(const ServerAddresses& stun_servers,
241 ServerAddresses StunServers();
252 ServerAddresses GetRelayServerAddresses(
Dbasicportallocator.cc187 const ServerAddresses& stun_servers) in BasicPortAllocator()
197 const ServerAddresses& stun_servers, in BasicPortAllocator()
1118 const ServerAddresses& stun_servers = udp_port_->server_addresses();
1149 PortConfiguration::PortConfiguration(const ServerAddresses& stun_servers,
1159 ServerAddresses PortConfiguration::StunServers() {
1193 ServerAddresses PortConfiguration::GetRelayServerAddresses(
1195 ServerAddresses servers;
Dhttpportallocator.cc145 ServerAddresses hosts; in GetPortConfigurations()
215 ServerAddresses hosts; in ReceiveSessionResponse()
Dconnectivitychecker.h99 ServerAddresses stun_server_addresses;
Dportallocator_unittest.cc51 using cricket::ServerAddresses;
121 cricket::ServerAddresses stun_servers; in PortAllocatorTest()
140 ServerAddresses stun_servers; in ResetWithNatServer()
Dconnectivitychecker_unittest.cc93 const ServerAddresses& server_addr) in FakeStunPort()
Dconnectivitychecker.cc476 ServerAddresses stun_servers; in AllocatePorts()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dstunport.h85 const ServerAddresses& server_addresses() const { in server_addresses()
89 set_server_addresses(const ServerAddresses& addresses) { in set_server_addresses()
197 ServerAddresses server_addresses_;
198 ServerAddresses bind_request_succeeded_servers_;
199 ServerAddresses bind_request_failed_servers_;
220 const ServerAddresses& servers) { in Create()
242 const ServerAddresses& servers) in StunPort()
Dstunport_unittest.cc39 using cricket::ServerAddresses;
76 ServerAddresses stun_servers; in CreateStunPort()
81 void CreateStunPort(const ServerAddresses& stun_servers) { in CreateStunPort()
103 ServerAddresses stun_servers; in CreateSharedStunPort()
258 ServerAddresses stun_servers; in TEST_F()
271 ServerAddresses stun_servers; in TEST_F()
Dstunport.cc329 for (ServerAddresses::const_iterator it = server_addresses_.begin(); in SendStunBindingRequests()
Dport.h119 typedef std::set<rtc::SocketAddress> ServerAddresses; typedef
Dp2ptransportchannel_unittest.cc53 using cricket::ServerAddresses;
156 ServerAddresses stun_servers; in P2PTransportChannelTestBase()
812 ServerAddresses stun_servers; in ConfigureEndpoints()
Dport_unittest.cc456 ServerAddresses stun_servers; in CreateStunPort()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dportallocatorfactory.cc58 cricket::ServerAddresses stun_hosts; in CreatePortAllocator()
Dwebrtcsession_unittest.cc318 cricket::ServerAddresses stun_servers; in WebRtcSessionTest()
/external/chromium_org/remoting/client/plugin/
Dpepper_port_allocator.cc54 cricket::ServerAddresses stun_hosts_;
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
Dcallclient.cc493 cricket::ServerAddresses stun_servers; in InitMedia()