Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstun.h558 STUN_ATTR_CHANNEL_NUMBER = 0x000C, // UInt32 enumerator
588 case STUN_ATTR_CHANNEL_NUMBER: return STUN_VALUE_UINT32; in GetAttributeValueType()
Dturnserver.cc722 msg->GetUInt32(STUN_ATTR_CHANNEL_NUMBER); in HandleChannelBindRequest()
Dturnport.cc1340 STUN_ATTR_CHANNEL_NUMBER, channel_id_ << 16))); in Prepare()