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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 1045 PortList::const_iterator relay_port; local
1058 PortList::const_iterator relay_port; local
1173 PortList::const_iterator relay_port; local
    [all...]
connectivitychecker.cc 277 RelayPort* relay_port = reinterpret_cast<RelayPort*>(port); local
278 const ProtocolAddress* address = relay_port->ServerAddress(0);
443 PortList::const_iterator relay_port; local
444 for (relay_port = relay->ports.begin();
445 relay_port != relay->ports.end();
446 ++relay_port) {
449 port->AddServerAddress(*relay_port);
450 port->AddExternalAddress(*relay_port);
portallocator_unittest.cc 265 cricket::PortList::const_iterator relay_port; local
266 for (relay_port = server_config.ports.begin();
267 relay_port != server_config.ports.end(); ++relay_port) {
268 if (proto_addr.address == relay_port->address &&
269 proto_addr.proto == relay_port->proto)
    [all...]

Completed in 145 milliseconds