Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstun.cc96 case STUN_ATTR_OPTIONS: in GetUInt32()
226 case STUN_ATTR_OPTIONS: in Create()
284 case STUN_ATTR_OPTIONS: in CreateUInt32()
Drelayport.cc562 StunAttribute::CreateUInt32(STUN_ATTR_OPTIONS); in SendTo()
680 msg.GetUInt32(STUN_ATTR_OPTIONS)) { in OnReadPacket()
Dstun.h81 STUN_ATTR_OPTIONS = 0x8001 // UInt32 enumerator
Drelayserver.cc509 request.GetUInt32(STUN_ATTR_OPTIONS); in HandleStunSend()
525 StunAttribute::CreateUInt32(cricket::STUN_ATTR_OPTIONS); in HandleStunSend()