Home
last modified time | relevance | path

Searched refs:StunUInt32Attribute (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstun.cc90 const StunUInt32Attribute*
97 return reinterpret_cast<const StunUInt32Attribute*>(GetAttribute(type)); in GetUInt32()
227 if (length != StunUInt32Attribute::SIZE) in Create()
229 return new StunUInt32Attribute(type); in Create()
279 StunUInt32Attribute* StunAttribute::CreateUInt32(uint16 type) { in CreateUInt32()
285 return new StunUInt32Attribute(type); in CreateUInt32()
346 StunUInt32Attribute::StunUInt32Attribute(uint16 type) in StunUInt32Attribute() function in cricket::StunUInt32Attribute
350 bool StunUInt32Attribute::GetBit(int index) const { in GetBit()
355 void StunUInt32Attribute::SetBit(int index, bool value) { in SetBit()
361 bool StunUInt32Attribute::Read(ByteBuffer* buf) { in Read()
[all …]
Dstun.h108 class StunUInt32Attribute; variable
131 const StunUInt32Attribute* GetUInt32(StunAttributeType type) const;
179 static StunUInt32Attribute* CreateUInt32(uint16 type);
224 class StunUInt32Attribute : public StunAttribute {
226 StunUInt32Attribute(uint16 type);
Drelayserver.cc377 const StunUInt32Attribute* lifetime_attr = in HandleStunAllocate()
458 StunUInt32Attribute* res_lifetime_attr = in HandleStunAllocate()
508 const StunUInt32Attribute* options_attr = in HandleStunSend()
524 StunUInt32Attribute* options2_attr = in HandleStunSend()
Drelayport.cc561 StunUInt32Attribute* options_attr = in SendTo()
679 if (const StunUInt32Attribute* options_attr = in OnReadPacket()