Searched refs:IceMessage (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | port_unittest.cc | 84 static IceMessage* CopyStunMessage(const IceMessage* src) { in CopyStunMessage() 85 IceMessage* dst = new IceMessage(); in CopyStunMessage() 126 IceMessage* last_stun_msg() { return last_stun_msg_.get(); } in last_stun_msg() 175 IceMessage* msg = new IceMessage; in SendTo() 212 rtc::scoped_ptr<IceMessage> last_stun_msg_; 289 IceMessage* msg, const std::string& rf, in OnUnknownAddress() 704 IceMessage* CreateStunMessage(int type) { in CreateStunMessage() 705 IceMessage* msg = new IceMessage(); in CreateStunMessage() 710 IceMessage* CreateStunMessageWithUsername(int type, in CreateStunMessageWithUsername() 712 IceMessage* msg = CreateStunMessage(type); in CreateStunMessageWithUsername() [all …]
|
D | portinterface.h | 27 class IceMessage; variable 91 ProtocolType, IceMessage*, const std::string&,
|
D | port.cc | 281 rtc::scoped_ptr<IceMessage> msg; in OnReadPacket() 327 IceMessage** out_msg, std::string* out_username) { in GetStunMessage() 344 rtc::scoped_ptr<IceMessage> stun_msg(new IceMessage()); in GetStunMessage() 461 const rtc::SocketAddress& addr, IceMessage* stun_msg, in MaybeIceRoleConflict() 672 : StunRequest(new IceMessage()), in ConnectionRequest() 884 rtc::scoped_ptr<IceMessage> msg; in OnReadPacket() 956 void Connection::HandleBindingRequest(IceMessage* msg) { in HandleBindingRequest()
|
D | port.h | 279 IceMessage* stun_msg, 336 IceMessage** out_msg, std::string* out_username); 540 void HandleBindingRequest(IceMessage* msg);
|
D | stun.h | 618 class IceMessage : public StunMessage { 629 virtual StunMessage* CreateNew() const { return new IceMessage(); } in CreateNew()
|
D | p2ptransportchannel.h | 226 IceMessage* stun_msg,
|
D | stun_unittest.cc | 1209 IceMessage msg; in TEST_F() 1227 IceMessage msg2; in TEST_F() 1284 IceMessage msg; in TEST_F()
|
D | p2ptransportchannel_unittest.cc | 1945 cricket::IceMessage request; in TEST_F() 2063 cricket::IceMessage request; in TEST_F() 2167 cricket::IceMessage request; in TEST_F()
|
D | p2ptransportchannel.cc | 495 IceMessage* stun_msg, const std::string &remote_username, in OnUnknownAddress()
|
D | turnport_unittest.cc | 172 cricket::IceMessage* msg, const std::string& rf, in OnTurnUnknownAddress()
|