Searched refs:StunAddressAttribute (Results 1 – 14 of 14) sorted by relevance
40 void CheckStunAddressAttribute(const StunAddressAttribute* addr, in CheckStunAddressAttribute()534 const StunAddressAttribute* addr = msg.GetAddress(STUN_ATTR_MAPPED_ADDRESS); in TEST_F()547 const StunAddressAttribute* addr = in TEST_F()562 const StunAddressAttribute* addr = msg.GetAddress(STUN_ATTR_MAPPED_ADDRESS); in TEST_F()575 const StunAddressAttribute* addr = msg.GetAddress(STUN_ATTR_MAPPED_ADDRESS); in TEST_F()589 const StunAddressAttribute* addr = in TEST_F()636 const StunAddressAttribute* mapped_address = in TEST_F()659 const StunAddressAttribute* mapped_address = in TEST_F()712 const StunAddressAttribute* addr = msg.GetAddress(STUN_ATTR_MAPPED_ADDRESS); in TEST_F()728 const StunAddressAttribute* addr = in TEST_F()[all …]
89 const StunAddressAttribute* StunMessage::GetAddress(int type) const { in GetAddress()98 return reinterpret_cast<const StunAddressAttribute*>(mapped_address); in GetAddress()102 return static_cast<const StunAddressAttribute*>(GetAttribute(type)); in GetAddress()441 return new StunAddressAttribute(type, length); in Create()459 StunAddressAttribute* StunAttribute::CreateAddress(uint16_t type) { in CreateAddress()460 return new StunAddressAttribute(type, 0); in CreateAddress()488 StunAddressAttribute::StunAddressAttribute(uint16_t type, in StunAddressAttribute() function in cricket::StunAddressAttribute494 StunAddressAttribute::StunAddressAttribute(uint16_t type, uint16_t length) in StunAddressAttribute() function in cricket::StunAddressAttribute498 bool StunAddressAttribute::Read(ByteBuffer* buf) { in Read()536 bool StunAddressAttribute::Write(ByteBuffer* buf) const { in Write()[all …]
120 class StunAddressAttribute; variable152 const StunAddressAttribute* GetAddress(int type) const;237 static StunAddressAttribute* CreateAddress(uint16_t type);257 class StunAddressAttribute : public StunAttribute {262 StunAddressAttribute(uint16_t type, const rtc::SocketAddress& addr);263 StunAddressAttribute(uint16_t type, uint16_t length);319 class StunXorAddressAttribute : public StunAddressAttribute {
167 StunAddressAttribute* attr = in AddDestinationAttr()243 const StunAddressAttribute* mapped_addr = in TEST_F()273 const StunAddressAttribute* mapped_addr = in TEST_F()311 const StunAddressAttribute* src_addr = in TEST_F()479 const StunAddressAttribute* src_addr = in TEST_F()
356 StunAddressAttribute* mapped_addr_attr; in HandleBindingRequest()480 VERIFY(resp.AddAttribute(new StunAddressAttribute( in SendErrorResponseWithAlternateServer()636 StunAddressAttribute* mapped_addr_attr = in HandleAllocateRequest()638 StunAddressAttribute* relayed_addr_attr = in HandleAllocateRequest()674 const StunAddressAttribute* peer_attr = in HandleSendIndication()694 const StunAddressAttribute* peer_attr = in HandleCreatePermissionRequest()723 const StunAddressAttribute* peer_attr = in HandleChannelBindRequest()
89 StunAddressAttribute* mapped_addr; in GetStunBindReqponse()
88 const StunAddressAttribute* mapped_addr = in TEST_F()
589 StunAddressAttribute* addr_attr = in SendTo()732 const StunAddressAttribute* addr_attr = in OnReadPacket()811 const StunAddressAttribute* addr_attr = in OnResponse()
431 StunAddressAttribute* addr_attr = in HandleStunAllocate()453 const StunAddressAttribute* addr_attr = in HandleStunSend()610 StunAddressAttribute* addr_attr = in Send()
790 const StunAddressAttribute* addr_attr = in HandleDataIndication()1055 const StunAddressAttribute* mapped_attr = in OnResponse()1065 const StunAddressAttribute* relayed_attr = in OnResponse()1161 const StunAddressAttribute* alternate_server_attr = in OnTryAlternate()
53 const StunAddressAttribute* addr_attr = in OnResponse()
1346 const StunAddressAttribute* addr = in MaybeAddPrflxCandidate()
1652 const StunAddressAttribute* addr_attr = msg->GetAddress( in TEST_F()
182 const cricket::StunAddressAttribute* addr_attr = in ProcessResponse()