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

  /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 164 bool stun = GetStunPacketType(&*data.begin(), data.size(), &type); local
165 if ((stun && IsRequestOrResponse(type)) || AllowUDPWithoutSTUN()) {
167 } else if (!stun || type == STUN_DATA_INDICATION) {
170 << " before STUN binding is finished.";
195 bool stun = GetStunPacketType(&*data.begin(), data.size(), &type); local
196 if (!stun || type == STUN_DATA_INDICATION) {
198 << " before STUN binding is finished.";
204 VLOG(0) << "STUN message is dropped due to high volume.";
socket_host_tcp.cc 271 bool stun = GetStunPacketType(&*data.begin(), data.size(), &type); local
272 if (stun && IsRequestOrResponse(type)) {
274 } else if (!stun || type == STUN_DATA_INDICATION) {
277 << " before STUN binding is finished. "
309 bool stun = GetStunPacketType(&*data.begin(), data.size(), &type); local
310 if (!stun || type == STUN_DATA_INDICATION) {
312 << " before STUN binding is finished.";
481 // Each packet is expected to have header (STUN/TURN ChannelData), where
493 // Accepts only complete STUN/TURN packets.
518 // Both stun and turn had length at offset 2
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.h 101 ConnectInfo stun; member in struct:cricket::NicInfo

Completed in 42 milliseconds