Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.cc1014 PortList::const_iterator relay_port; in CreateGturnPort() local
1015 for (relay_port = config.ports.begin(); in CreateGturnPort()
1016 relay_port != config.ports.end(); in CreateGturnPort()
1017 ++relay_port) { in CreateGturnPort()
1018 port->AddServerAddress(*relay_port); in CreateGturnPort()
1019 port->AddExternalAddress(*relay_port); in CreateGturnPort()
1027 PortList::const_iterator relay_port; in CreateTurnPort() local
1028 for (relay_port = config.ports.begin(); in CreateTurnPort()
1029 relay_port != config.ports.end(); ++relay_port) { in CreateTurnPort()
1034 relay_port->proto == PROTO_UDP) { in CreateTurnPort()
[all …]
Dportallocator_unittest.cc343 cricket::PortList::const_iterator relay_port; in HasRelayAddress() local
344 for (relay_port = server_config.ports.begin(); in HasRelayAddress()
345 relay_port != server_config.ports.end(); ++relay_port) { in HasRelayAddress()
346 if (proto_addr.address == relay_port->address && in HasRelayAddress()
347 proto_addr.proto == relay_port->proto) in HasRelayAddress()