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

  /external/webrtc/webrtc/p2p/base/
stun.cc 123 const StunUInt16ListAttribute* StunMessage::GetUnknownAttributes() const {
124 return static_cast<const StunUInt16ListAttribute*>(
453 return new StunUInt16ListAttribute(type, length);
484 StunUInt16ListAttribute* StunAttribute::CreateUnknownAttributes() {
485 return new StunUInt16ListAttribute(STUN_ATTR_UNKNOWN_ATTRIBUTES, 0);
816 StunUInt16ListAttribute::StunUInt16ListAttribute(uint16_t type, uint16_t length)
821 StunUInt16ListAttribute::~StunUInt16ListAttribute() {
825 size_t StunUInt16ListAttribute::Size() const
    [all...]
stun.h 126 class StunUInt16ListAttribute;
159 const StunUInt16ListAttribute* GetUnknownAttributes() const;
243 static StunUInt16ListAttribute* CreateUnknownAttributes();
447 class StunUInt16ListAttribute : public StunAttribute {
449 StunUInt16ListAttribute(uint16_t type, uint16_t length);
450 ~StunUInt16ListAttribute();
stun_unittest.cc     [all...]

Completed in 474 milliseconds