OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RELAY_GTURN
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/p2p/client/
httpportallocator.cc
205
RelayServerConfig relay_config(
RELAY_GTURN
);
basicportallocator.cc
108
RelayServerConfig config(
RELAY_GTURN
);
985
if (relay->type ==
RELAY_GTURN
) {
[
all
...]
portallocator_unittest.cc
396
EXPECT_EQ(cricket::
RELAY_GTURN
, allocator().turn_servers()[0].type);
[
all
...]
/external/webrtc/webrtc/p2p/base/
port_unittest.cc
407
rtype ==
RELAY_GTURN
, true, true, true);
437
rtype ==
RELAY_GTURN
, ntype != NAT_SYMMETRIC, true, true);
452
rtype ==
RELAY_GTURN
, false, true, true);
460
rtype ==
RELAY_GTURN
, false, true, true);
[
all
...]
port.h
77
RELAY_GTURN
, // Legacy google relay service.
Completed in 46 milliseconds