Searched refs:StunAddressAttribute (Results 1 – 7 of 7) sorted by relevance
71 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::StunAddressAttribute326 bool StunAddressAttribute::Read(ByteBuffer* buf) { in Read()339 void StunAddressAttribute::Write(ByteBuffer* buf) const { in Write()507 StunAddressAttribute* addr) { in SetPreallocateAddress()[all …]
107 class StunAddressAttribute; variable130 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_;
92 StunAddressAttribute* mapped_addr = in OnBindingRequest()106 StunAddressAttribute* source_addr = in OnBindingRequest()
552 StunAddressAttribute* addr_attr = in SendTo()693 const StunAddressAttribute* addr_attr = in OnReadPacket()758 const StunAddressAttribute* addr_attr = in OnResponse()
451 StunAddressAttribute* addr_attr = in HandleStunAllocate()474 const StunAddressAttribute* addr_attr = in HandleStunSend()632 StunAddressAttribute* addr_attr = in Send()
62 const StunAddressAttribute* addr_attr = in OnResponse()
346 StunAddressAttribute* addr_attr = in SendBindingResponse()