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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 1006 PortList::const_iterator relay_port; local
1019 PortList::const_iterator relay_port; local
1131 PortList::const_iterator relay_port; local
    [all...]
connectivitychecker.cc 248 RelayPort* relay_port = reinterpret_cast<RelayPort*>(port); local
249 const ProtocolAddress* address = relay_port->ServerAddress(0);
377 PortList::const_iterator relay_port; local
378 for (relay_port = relay->ports.begin();
379 relay_port != relay->ports.end();
380 ++relay_port) {
383 port->AddServerAddress(*relay_port);
384 port->AddExternalAddress(*relay_port);
portallocator_unittest.cc 237 cricket::PortList::const_iterator relay_port; local
238 for (relay_port = server_config.ports.begin();
239 relay_port != server_config.ports.end(); ++relay_port) {
240 if (proto_addr.address == relay_port->address &&
241 proto_addr.proto == relay_port->proto)
    [all...]

Completed in 112 milliseconds