OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultStunTlsPort
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionfactory_unittest.cc
72
static const int
kDefaultStunTlsPort
= 5349;
297
"hello.com",
kDefaultStunTlsPort
, "test", kTurnPassword, "tcp", true);
304
"hello.com",
kDefaultStunTlsPort
, "test_no_transport",
peerconnection.cc
55
static const int
kDefaultStunTlsPort
= 5349;
232
port =
kDefaultStunTlsPort
;
Completed in 42 milliseconds