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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
portallocatorfactory.cc 56 const std::vector<StunConfiguration>& stun,
60 for (StunIt stun_it = stun.begin(); stun_it != stun.end(); ++stun_it) {
portallocatorfactory.h 56 const std::vector<StunConfiguration>& stun,
  /external/chromium_org/remoting/jingle_glue/
jingle_info_request.cc 68 const buzz::XmlElement* stun = query->FirstNamed(buzz::QN_JINGLE_INFO_STUN); local
69 if (stun) {
71 stun->FirstNamed(buzz::QN_JINGLE_INFO_SERVER);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
jingleinfotask.cc 112 const XmlElement *stun = query->FirstNamed(QN_JINGLE_INFO_STUN); local
113 if (stun) {
114 for (const XmlElement *server = stun->FirstNamed(QN_JINGLE_INFO_SERVER);
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp.cc 163 bool stun = GetStunPacketType(&*data.begin(), data.size(), &type); local
164 if ((stun && IsRequestOrResponse(type))) {
166 } else if (!stun || type == STUN_DATA_INDICATION) {
169 << " before STUN binding is finished.";
197 bool stun = GetStunPacketType(&*data.begin(), data.size(), &type); local
198 if (!stun || type == STUN_DATA_INDICATION) {
200 << " before STUN binding is finished.";
206 VLOG(0) << "STUN message is dropped due to high volume.";
socket_host_tcp.cc 277 bool stun = GetStunPacketType(&*data.begin(), data.size(), &type); local
278 if (stun && IsRequestOrResponse(type)) {
280 } else if (!stun || type == STUN_DATA_INDICATION) {
283 << " before STUN binding is finished. "
318 bool stun = GetStunPacketType(&*data.begin(), data.size(), &type); local
319 if (!stun || type == STUN_DATA_INDICATION) {
321 << " before STUN binding is finished.";
515 // Each packet is expected to have header (STUN/TURN ChannelData), where
527 // Accepts only complete STUN/TURN packets.
558 // Both stun and turn had length at offset 2
    [all...]
  /external/chromium_org/tools/perf/page_sets/third_party/webrtc/samples/js/base/
adapter.js 57 if (url_parts[0].indexOf('stun') === 0) {
58 // Create iceServer with stun url.
133 if (url_parts[0].indexOf('stun') === 0) {
134 // Create iceServer with stun url.
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc 25 static const char kDefaultStunHostname[] = "stun.l.google.com";
151 info.stun.start_time_ms = now;
292 nic_info->stun.rtt = now - nic_info->stun.start_time_ms;
294 LOG(LS_ERROR) << "Got stun address for non-existing nic";
300 LOG(LS_ERROR) << "Stun address error.";
connectivitychecker.h 101 ConnectInfo stun; member in struct:cricket::NicInfo
connectivitychecker_unittest.cc 256 // Verify that the stun server address has been set.
268 EXPECT_GE(info.stun.rtt, 0);
  /external/chromium_org/remoting/webapp/
format_iq.js 124 if (name == 'stun') {
139 result += '\n stun ' + sserver;
  /external/chromium_org/third_party/libjingle/
libjingle.target.darwin-arm.mk 116 third_party/libjingle/source/talk/p2p/base/stun.cc \
libjingle.target.darwin-arm64.mk 116 third_party/libjingle/source/talk/p2p/base/stun.cc \
libjingle.target.darwin-mips.mk 116 third_party/libjingle/source/talk/p2p/base/stun.cc \
libjingle.target.darwin-x86.mk 116 third_party/libjingle/source/talk/p2p/base/stun.cc \
libjingle.target.darwin-x86_64.mk 116 third_party/libjingle/source/talk/p2p/base/stun.cc \
libjingle.target.linux-arm.mk 116 third_party/libjingle/source/talk/p2p/base/stun.cc \
libjingle.target.linux-arm64.mk 116 third_party/libjingle/source/talk/p2p/base/stun.cc \
libjingle.target.linux-mips.mk 116 third_party/libjingle/source/talk/p2p/base/stun.cc \
libjingle.target.linux-x86.mk 116 third_party/libjingle/source/talk/p2p/base/stun.cc \
libjingle.target.linux-x86_64.mk 116 third_party/libjingle/source/talk/p2p/base/stun.cc \

Completed in 216 milliseconds