Home
last modified time | relevance | path

Searched refs:StunAddressAttribute (Results 1 – 7 of 7) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstun.cc71 const StunAddressAttribute*
82 return reinterpret_cast<const StunAddressAttribute*>(GetAttribute(type)); in GetAddress()
219 if (length != StunAddressAttribute::SIZE) in Create()
221 return new StunAddressAttribute(type); in Create()
261 StunAddressAttribute* StunAttribute::CreateAddress(uint16 type) { in CreateAddress()
271 return new StunAddressAttribute(type); in CreateAddress()
322 StunAddressAttribute::StunAddressAttribute(uint16 type) in StunAddressAttribute() function in cricket::StunAddressAttribute
326 bool StunAddressAttribute::Read(ByteBuffer* buf) { in Read()
339 void StunAddressAttribute::Write(ByteBuffer* buf) const { in Write()
507 StunAddressAttribute* addr) { in SetPreallocateAddress()
[all …]
Dstun.h107 class StunAddressAttribute; variable
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_; } in address()
342 void SetPreallocateAddress(StunAddressAttribute* addr);
350 StunAddressAttribute* addr_;
Dstunserver.cc92 StunAddressAttribute* mapped_addr = in OnBindingRequest()
106 StunAddressAttribute* source_addr = in OnBindingRequest()
Drelayport.cc552 StunAddressAttribute* addr_attr = in SendTo()
693 const StunAddressAttribute* addr_attr = in OnReadPacket()
758 const StunAddressAttribute* addr_attr = in OnResponse()
Drelayserver.cc451 StunAddressAttribute* addr_attr = in HandleStunAllocate()
474 const StunAddressAttribute* addr_attr = in HandleStunSend()
632 StunAddressAttribute* addr_attr = in Send()
Dstunport.cc62 const StunAddressAttribute* addr_attr = in OnResponse()
Dport.cc346 StunAddressAttribute* addr_attr = in SendBindingResponse()