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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnport.cc 575 STUN_ATTR_NONCE, nonce_)));
603 response->GetByteString(STUN_ATTR_NONCE);
605 LOG(LS_ERROR) << "Missing STUN_ATTR_NONCE attribute in "
748 response->GetByteString(STUN_ATTR_NONCE);
750 LOG_J(LS_WARNING, port_) << "Missing STUN_ATTR_NONCE attribute in "
    [all...]
stun.h 63 STUN_ATTR_NONCE = 0x0015, // ByteString
turnserver.cc 385 msg->GetByteString(STUN_ATTR_NONCE);
550 STUN_ATTR_NONCE, GenerateNonce())));
    [all...]
stun.cc 400 case STUN_ATTR_NONCE: return STUN_VALUE_BYTE_STRING;
stun_unittest.cc 727 msg.GetByteString(STUN_ATTR_NONCE);
    [all...]

Completed in 428 milliseconds