Searched refs:StunXorAddressAttribute (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | stun.cc | 443 return new StunXorAddressAttribute(type, length, owner); in Create() 463 StunXorAddressAttribute* StunAttribute::CreateXorAddress(uint16_t type) { in CreateXorAddress() 464 return new StunXorAddressAttribute(type, 0, NULL); in CreateXorAddress() 560 StunXorAddressAttribute::StunXorAddressAttribute(uint16_t type, in StunXorAddressAttribute() function in cricket::StunXorAddressAttribute 565 StunXorAddressAttribute::StunXorAddressAttribute(uint16_t type, in StunXorAddressAttribute() function in cricket::StunXorAddressAttribute 571 rtc::IPAddress StunXorAddressAttribute::GetXoredIP() const { in GetXoredIP() 607 bool StunXorAddressAttribute::Read(ByteBuffer* buf) { in Read() 616 bool StunXorAddressAttribute::Write(ByteBuffer* buf) const { in Write()
|
D | stun.h | 121 class StunXorAddressAttribute; variable 238 static StunXorAddressAttribute* CreateXorAddress(uint16_t type); 319 class StunXorAddressAttribute : public StunAddressAttribute { 321 StunXorAddressAttribute(uint16_t type, const rtc::SocketAddress& addr); 322 StunXorAddressAttribute(uint16_t type, uint16_t length, StunMessage* owner);
|
D | turnserver.cc | 357 mapped_addr_attr = new StunXorAddressAttribute( in HandleBindingRequest() 637 new StunXorAddressAttribute(STUN_ATTR_XOR_MAPPED_ADDRESS, conn_.src()); in HandleAllocateRequest() 639 new StunXorAddressAttribute(STUN_ATTR_XOR_RELAYED_ADDRESS, in HandleAllocateRequest() 802 VERIFY(msg.AddAttribute(new StunXorAddressAttribute( in OnExternalPacket()
|
D | turnport.cc | 1278 VERIFY(request->AddAttribute(new StunXorAddressAttribute( in Prepare() 1341 VERIFY(request->AddAttribute(new StunXorAddressAttribute( in Prepare() 1423 VERIFY(msg.AddAttribute(new StunXorAddressAttribute( in Send()
|
D | stun_unittest.cc | 735 StunXorAddressAttribute addr2(STUN_ATTR_XOR_MAPPED_ADDRESS, 20, NULL); in TEST_F() 782 StunXorAddressAttribute addr2(STUN_ATTR_XOR_MAPPED_ADDRESS, 20, NULL); in TEST_F()
|
D | port.cc | 562 new StunXorAddressAttribute(STUN_ATTR_XOR_MAPPED_ADDRESS, addr)); in SendBindingResponse()
|
D | port_unittest.cc | 1785 new StunXorAddressAttribute(STUN_ATTR_XOR_MAPPED_ADDRESS, kLocalAddr2)); in TEST_F() 1951 new StunXorAddressAttribute(STUN_ATTR_XOR_MAPPED_ADDRESS, kLocalAddr2)); in TEST_F()
|