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

  /external/webrtc/webrtc/p2p/base/
stun.h 518 STUN_ATTR_OPTIONS = 0x8001, // UInt32
532 case STUN_ATTR_OPTIONS: return STUN_VALUE_UINT32;
relayport.cc 598 StunAttribute::CreateUInt32(STUN_ATTR_OPTIONS);
719 msg.GetUInt32(STUN_ATTR_OPTIONS)) {
relayserver.cc 485 request.GetUInt32(STUN_ATTR_OPTIONS);
501 StunAttribute::CreateUInt32(cricket::STUN_ATTR_OPTIONS);

Completed in 39 milliseconds