OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultStunPort
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionfactory_unittest.cc
71
static const int
kDefaultStunPort
= 3478;
193
"hello.com",
kDefaultStunPort
, "test", kTurnPassword, "tcp", false);
229
"hello.com",
kDefaultStunPort
, "test", kTurnPassword, "tcp", false);
272
"hello.com",
kDefaultStunPort
, "test", kTurnPassword, "tcp", false);
peerconnection.cc
54
static const int
kDefaultStunPort
= 3478;
230
int port =
kDefaultStunPort
;
peerconnectioninterface_unittest.cc
52
static const int
kDefaultStunPort
= 3478;
288
EXPECT_EQ(
kDefaultStunPort
,
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc
50
static const int
kDefaultStunPort
= 19302;
114
stun_address_(kDefaultStunHostname,
kDefaultStunPort
),
Completed in 58 milliseconds