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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 107 class StunAddressAttribute;
130 const StunAddressAttribute* GetAddress(StunAttributeType type) const;
178 static StunAddressAttribute* CreateAddress(uint16 type);
196 class StunAddressAttribute : public StunAttribute {
198 StunAddressAttribute(uint16 type);
336 const StunAddressAttribute* address() const { return addr_; }
342 void SetPreallocateAddress(StunAddressAttribute* addr);
350 StunAddressAttribute* addr_;
stun.cc 71 const StunAddressAttribute*
82 return reinterpret_cast<const StunAddressAttribute*>(GetAttribute(type));
219 if (length != StunAddressAttribute::SIZE)
221 return new StunAddressAttribute(type);
261 StunAddressAttribute* StunAttribute::CreateAddress(uint16 type) {
271 return new StunAddressAttribute(type);
322 StunAddressAttribute::StunAddressAttribute(uint16 type)
326 bool StunAddressAttribute::Read(ByteBuffer* buf) {
339 void StunAddressAttribute::Write(ByteBuffer* buf) const
    [all...]
stunserver.cc 92 StunAddressAttribute* mapped_addr =
106 StunAddressAttribute* source_addr =
relayport.cc 552 StunAddressAttribute* addr_attr =
693 const StunAddressAttribute* addr_attr =
758 const StunAddressAttribute* addr_attr =
stunport.cc 62 const StunAddressAttribute* addr_attr =
relayserver.cc 451 StunAddressAttribute* addr_attr =
474 const StunAddressAttribute* addr_attr =
632 StunAddressAttribute* addr_attr =
port.cc 346 StunAddressAttribute* addr_attr =

Completed in 71 milliseconds