HomeSort by relevance Sort by last modified time
    Searched refs:relay_port (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 997 PortList::const_iterator relay_port; local
1010 PortList::const_iterator relay_port; local
1066 PortList::const_iterator relay_port; local
    [all...]
connectivitychecker.cc 252 RelayPort* relay_port = reinterpret_cast<RelayPort*>(port); local
253 const ProtocolAddress* address = relay_port->ServerAddress(0);
381 PortList::const_iterator relay_port; local
382 for (relay_port = relay->ports.begin();
383 relay_port != relay->ports.end();
384 ++relay_port) {
387 port->AddServerAddress(*relay_port);
388 port->AddExternalAddress(*relay_port);
portallocator_unittest.cc 224 cricket::PortList::const_iterator relay_port; local
225 for (relay_port = server_config.ports.begin();
226 relay_port != server_config.ports.end(); ++relay_port) {
227 if (proto_addr.address == relay_port->address &&
228 proto_addr.proto == relay_port->proto)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 751 PortConfiguration::PortList::const_iterator relay_port; local
752 for (relay_port = relay->ports.begin();
753 relay_port != relay->ports.end();
754 ++relay_port) {
755 port->AddServerAddress(*relay_port);
756 port->AddExternalAddress(*relay_port);
792 PortConfiguration::PortList::const_iterator relay_port; local
793 for (relay_port = relay.ports.begin();
794 relay_port != relay.ports.end();
795 ++relay_port) {
    [all...]

Completed in 58 milliseconds