Home
last modified time | relevance | path

Searched refs:STUN_ATTR_OPTIONS (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dstun.h518 STUN_ATTR_OPTIONS = 0x8001, // UInt32 enumerator
532 case STUN_ATTR_OPTIONS: return STUN_VALUE_UINT32; in GetAttributeValueType()
Drelayserver.cc485 request.GetUInt32(STUN_ATTR_OPTIONS); in HandleStunSend()
501 StunAttribute::CreateUInt32(cricket::STUN_ATTR_OPTIONS); in HandleStunSend()
Drelayport.cc598 StunAttribute::CreateUInt32(STUN_ATTR_OPTIONS); in SendTo()
719 msg.GetUInt32(STUN_ATTR_OPTIONS)) { in OnReadPacket()