Searched defs:StunAttribute (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstun.h106 class StunAttribute;
137 void AddAttribute(StunAttribute* attr);
151 std::vector<StunAttribute*>* attrs_;
153 const StunAttribute* GetAttribute(StunAttributeType type) const;
157 class StunAttribute { class in namespace:cricket
159 virtual ~StunAttribute() {}
175 static StunAttribute* Create(uint16 type, uint16 length);
186 StunAttribute(uint16 type, uint16 length);
196 class StunAddressAttribute : public StunAttribute {
224 class StunUInt32Attribute : public StunAttribute {
[all...]
H A Dstun.cc52 attrs_ = new std::vector<StunAttribute*>();
66 void StunMessage::AddAttribute(StunAttribute* attr) {
136 const StunAttribute* StunMessage::GetAttribute(StunAttributeType type) const {
176 StunAttribute* attr = StunAttribute::Create(attr_type, attr_length);
205 StunAttribute::StunAttribute(uint16 type, uint16 length) function in class:cricket::StunAttribute
209 StunAttribute* StunAttribute::Create(uint16 type, uint16 length) {
261 StunAddressAttribute* StunAttribute
[all...]

Completed in 53 milliseconds