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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionfactory_unittest.cc 67 static const int kDefaultStunPort = 3478;
178 "hello.com", kDefaultStunPort);
186 "hello.com", kDefaultStunPort, "test", kTurnPassword, "tcp", false);
229 "hello.com", kDefaultStunPort, "test", kTurnPassword, "tcp", false);
234 "hello.com", kDefaultStunPort);
peerconnection.cc 53 static const int kDefaultStunPort = 3478;
174 int port = kDefaultStunPort;
peerconnectioninterface_unittest.cc 49 static const int kDefaultStunPort = 3478;
268 EXPECT_EQ(kDefaultStunPort,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc 30 static const int kDefaultStunPort = 19302;
94 stun_address_(kDefaultStunHostname, kDefaultStunPort),

Completed in 90 milliseconds