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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc106 const StunAddressAttribute* StunMessage::GetAddress(int type) const {
115 return reinterpret_cast<const StunAddressAttribute*>(mapped_address);
119 return static_cast<const StunAddressAttribute*>(GetAttribute(type));
457 return new StunAddressAttribute(type, length);
475 StunAddressAttribute* StunAttribute::CreateAddress(uint16 type) {
476 return new StunAddressAttribute(type, 0);
504 StunAddressAttribute::StunAddressAttribute(uint16 type, function in class:cricket::StunAddressAttribute
510 StunAddressAttribute::StunAddressAttribute(uint1 function in class:cricket::StunAddressAttribute
[all...]
H A Dstun.h136 class StunAddressAttribute;
168 const StunAddressAttribute* GetAddress(int type) const;
251 static StunAddressAttribute* CreateAddress(uint16 type);
271 class StunAddressAttribute : public StunAttribute { class in namespace:cricket
276 StunAddressAttribute(uint16 type, const rtc::SocketAddress& addr);
277 StunAddressAttribute(uint16 type, uint16 length);
333 class StunXorAddressAttribute : public StunAddressAttribute {

Completed in 96 milliseconds