HomeSort by relevance Sort by last modified time
    Searched refs:IceMessage (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/p2p/base/
portinterface.h 27 class IceMessage;
91 ProtocolType, IceMessage*, const std::string&,
port_unittest.cc 84 static IceMessage* CopyStunMessage(const IceMessage* src) {
85 IceMessage* dst = new IceMessage();
126 IceMessage* last_stun_msg() { return last_stun_msg_.get(); }
175 IceMessage* msg = new IceMessage;
212 rtc::scoped_ptr<IceMessage> last_stun_msg_;
289 IceMessage* msg, const std::string& rf,
704 IceMessage* CreateStunMessage(int type)
    [all...]
port.h 279 IceMessage* stun_msg,
336 IceMessage** out_msg, std::string* out_username);
540 void HandleBindingRequest(IceMessage* msg);
port.cc 281 rtc::scoped_ptr<IceMessage> msg;
327 IceMessage** out_msg, std::string* out_username) {
344 rtc::scoped_ptr<IceMessage> stun_msg(new IceMessage());
461 const rtc::SocketAddress& addr, IceMessage* stun_msg,
672 : StunRequest(new IceMessage()),
884 rtc::scoped_ptr<IceMessage> msg;
    [all...]
stun.h 618 class IceMessage : public StunMessage {
629 virtual StunMessage* CreateNew() const { return new IceMessage(); }
p2ptransportchannel.h 226 IceMessage* stun_msg,
stun_unittest.cc     [all...]
p2ptransportchannel_unittest.cc     [all...]
p2ptransportchannel.cc 495 IceMessage* stun_msg, const std::string &remote_username,
    [all...]
turnport_unittest.cc 172 cricket::IceMessage* msg, const std::string& rf,
    [all...]

Completed in 135 milliseconds