HomeSort by relevance Sort by last modified time
    Searched defs:StunAttributeType (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 61 enum StunAttributeType {
130 const StunAddressAttribute* GetAddress(StunAttributeType type) const;
131 const StunUInt32Attribute* GetUInt32(StunAttributeType type) const;
132 const StunByteStringAttribute* GetByteString(StunAttributeType type) const;
153 const StunAttribute* GetAttribute(StunAttributeType type) const;
161 StunAttributeType type() const {
162 return static_cast<StunAttributeType>(type_);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.h 56 enum StunAttributeType {

Completed in 2444 milliseconds