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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 106 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,
510 StunAddressAttribute::StunAddressAttribute(uint16 type, uint16 length
    [all...]
stun.h 136 class StunAddressAttribute;
168 const StunAddressAttribute* GetAddress(int type) const;
251 static StunAddressAttribute* CreateAddress(uint16 type);
271 class StunAddressAttribute : public StunAttribute {
276 StunAddressAttribute(uint16 type, const rtc::SocketAddress& addr);
277 StunAddressAttribute(uint16 type, uint16 length);
333 class StunXorAddressAttribute : public StunAddressAttribute {

Completed in 50 milliseconds