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

  /external/webrtc/webrtc/p2p/base/
turnport.cc 892 STUN_ATTR_NONCE, nonce_)));
920 response->GetByteString(STUN_ATTR_NONCE);
    [all...]
stun.h 46 STUN_ATTR_NONCE = 0x0015, // ByteString
turnserver.cc 303 msg->GetByteString(STUN_ATTR_NONCE);
468 STUN_ATTR_NONCE, GenerateNonce())));
stun.cc 384 case STUN_ATTR_NONCE: return STUN_VALUE_BYTE_STRING;
stun_unittest.cc 683 msg.GetByteString(STUN_ATTR_NONCE);
    [all...]

Completed in 94 milliseconds