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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 123 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const {
124 return static_cast<const StunUInt32Attribute*>(GetAttribute(type));
269 kStunAttributeHeaderSize + StunUInt32Attribute::SIZE;
283 StunUInt32Attribute::SIZE)
296 StunUInt32Attribute* fingerprint_attr =
297 new StunUInt32Attribute(STUN_ATTR_FINGERPRINT, 0);
461 return new StunUInt32Attribute(type);
487 StunUInt32Attribute* StunAttribute::CreateUInt32(uint16 type) {
488 return new StunUInt32Attribute(type);
659 StunUInt32Attribute::StunUInt32Attribute(uint16 type, uint32 value
    [all...]
stun.h 138 class StunUInt32Attribute;
169 const StunUInt32Attribute* GetUInt32(int type) const;
253 static StunUInt32Attribute* CreateUInt32(uint16 type);
354 class StunUInt32Attribute : public StunAttribute {
357 StunUInt32Attribute(uint16 type, uint32 value);
358 explicit StunUInt32Attribute(uint16 type);

Completed in 62 milliseconds