Home
last modified time | relevance | path

Searched refs:relay_port (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dbasicportallocator.cc1045 PortList::const_iterator relay_port; local
1046 for (relay_port = config.ports.begin();
1047 relay_port != config.ports.end();
1048 ++relay_port) {
1049 port->AddServerAddress(*relay_port);
1050 port->AddExternalAddress(*relay_port);
1058 PortList::const_iterator relay_port; local
1059 for (relay_port = config.ports.begin();
1060 relay_port != config.ports.end(); ++relay_port) {
1067 relay_port->proto == PROTO_UDP) {
[all …]
Dconnectivitychecker.cc277 RelayPort* relay_port = reinterpret_cast<RelayPort*>(port); in OnRelayPortComplete() local
278 const ProtocolAddress* address = relay_port->ServerAddress(0); in OnRelayPortComplete()
443 PortList::const_iterator relay_port; in CreateRelayPorts() local
444 for (relay_port = relay->ports.begin(); in CreateRelayPorts()
445 relay_port != relay->ports.end(); in CreateRelayPorts()
446 ++relay_port) { in CreateRelayPorts()
449 port->AddServerAddress(*relay_port); in CreateRelayPorts()
450 port->AddExternalAddress(*relay_port); in CreateRelayPorts()
Dportallocator_unittest.cc265 cricket::PortList::const_iterator relay_port; in HasRelayAddress() local
266 for (relay_port = server_config.ports.begin(); in HasRelayAddress()
267 relay_port != server_config.ports.end(); ++relay_port) { in HasRelayAddress()
268 if (proto_addr.address == relay_port->address && in HasRelayAddress()
269 proto_addr.proto == relay_port->proto) in HasRelayAddress()