Home
last modified time | relevance | path

Searched refs:StunMessage (Results 151 – 175 of 258) sorted by relevance

1234567891011

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/base/
H A Dport.h242 virtual void SendBindingResponse(StunMessage* request,
245 StunMessage* request, const rtc::SocketAddress& addr,
274 bool ParseStunUsername(const StunMessage* stun_msg,
557 StunMessage* response);
559 StunMessage* response);
602 StunMessage* response);
H A Dport.cc368 if (IsStandardIce() && !StunMessage::ValidateFingerprint(data, size)) { in GetStunMessage()
477 bool Port::ParseStunUsername(const StunMessage* stun_msg, in ParseStunUsername()
594 void Port::SendBindingResponse(StunMessage* request, in SendBindingResponse()
608 StunMessage response; in SendBindingResponse()
657 void Port::SendBindingErrorResponse(StunMessage* request, in SendBindingErrorResponse()
663 StunMessage response; in SendBindingErrorResponse()
773 virtual void Prepare(StunMessage* request) { in Prepare()
829 virtual void OnResponse(StunMessage* response) { in OnResponse()
833 virtual void OnErrorResponse(StunMessage* response) { in OnErrorResponse()
1254 StunMessage* response) { in OnConnectionRequestResponse()
[all …]
H A Drelayport.cc51 bool CheckResponse(StunMessage* msg);
162 virtual void Prepare(StunMessage* request);
166 virtual void OnResponse(StunMessage* response);
167 virtual void OnErrorResponse(StunMessage* response);
414 bool RelayConnection::CheckResponse(StunMessage* msg) { in CheckResponse()
767 void AllocateRequest::Prepare(StunMessage* request) { in Prepare()
786 void AllocateRequest::OnResponse(StunMessage* response) { in OnResponse()
803 void AllocateRequest::OnErrorResponse(StunMessage* response) { in OnErrorResponse()
H A Dportproxy.h63 virtual void SendBindingResponse(StunMessage* request, in main()
66 StunMessage* request, const rtc::SocketAddress& addr, in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/p2p/base/
H A Dconnection.cc169 void ConnectionRequest::Prepare(StunMessage* request) { in Prepare()
259 void ConnectionRequest::OnResponse(StunMessage* response) { in OnResponse()
263 void ConnectionRequest::OnErrorResponse(StunMessage* response) { in OnErrorResponse()
636 void Connection::SendStunBindingResponse(const StunMessage* request) { in SendStunBindingResponse()
649 StunMessage response; in SendStunBindingResponse()
692 void Connection::SendGoogPingResponse(const StunMessage* request) { in SendGoogPingResponse()
696 StunMessage response; in SendGoogPingResponse()
703 void Connection::SendResponseMessage(const StunMessage& response) { in SendResponseMessage()
1053 StunMessage* response) { in OnConnectionRequestResponse()
1230 StunMessage* response) { in MaybeUpdateLocalCandidate()
[all …]
H A Dport_interface.h31 class StunMessage; variable
108 virtual void SendBindingErrorResponse(StunMessage* request,
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/base/
H A Dconnection.cc169 void ConnectionRequest::Prepare(StunMessage* request) { in Prepare()
259 void ConnectionRequest::OnResponse(StunMessage* response) { in OnResponse()
263 void ConnectionRequest::OnErrorResponse(StunMessage* response) { in OnErrorResponse()
636 void Connection::SendStunBindingResponse(const StunMessage* request) { in SendStunBindingResponse()
649 StunMessage response; in SendStunBindingResponse()
692 void Connection::SendGoogPingResponse(const StunMessage* request) { in SendGoogPingResponse()
696 StunMessage response; in SendGoogPingResponse()
703 void Connection::SendResponseMessage(const StunMessage& response) { in SendResponseMessage()
1072 StunMessage* response) { in OnConnectionRequestResponse()
1249 StunMessage* response) { in MaybeUpdateLocalCandidate()
[all …]
H A Dport.cc448 if (!StunMessage::IsStunMethod(types, data, size) && in GetStunMessage()
449 !StunMessage::ValidateFingerprint(data, size)) { in GetStunMessage()
497 StunMessage::IntegrityStatus::kIntegrityOk) { in GetStunMessage()
564 StunMessage::IntegrityStatus::kIntegrityOk) { in GetStunMessage()
627 bool Port::ParseStunUsername(const StunMessage* stun_msg, in ParseStunUsername()
734 void Port::SendBindingErrorResponse(StunMessage* request, in SendBindingErrorResponse()
742 StunMessage response; in SendBindingErrorResponse()
787 StunMessage* request, in SendUnknownAttributesErrorResponse()
793 StunMessage response; in SendUnknownAttributesErrorResponse()
H A Dport_interface.h33 class StunMessage; variable
110 virtual void SendBindingErrorResponse(StunMessage* request,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/p2p/base/
H A Dconnection.cc169 void ConnectionRequest::Prepare(StunMessage* request) { in Prepare()
259 void ConnectionRequest::OnResponse(StunMessage* response) { in OnResponse()
263 void ConnectionRequest::OnErrorResponse(StunMessage* response) { in OnErrorResponse()
637 void Connection::SendStunBindingResponse(const StunMessage* request) { in SendStunBindingResponse()
650 StunMessage response; in SendStunBindingResponse()
693 void Connection::SendGoogPingResponse(const StunMessage* request) { in SendGoogPingResponse()
697 StunMessage response; in SendGoogPingResponse()
704 void Connection::SendResponseMessage(const StunMessage& response) { in SendResponseMessage()
1073 StunMessage* response) { in OnConnectionRequestResponse()
1250 StunMessage* response) { in MaybeUpdateLocalCandidate()
[all …]
H A Dport_interface.h31 class StunMessage; variable
108 virtual void SendBindingErrorResponse(StunMessage* request,
/dports/net/stund/stund_0.96_Aug13/
H A Dstun.cxx959 stunCreateSharedSecretResponse(const StunMessage& request, const StunAddress4& source, StunMessage&… in stunCreateSharedSecretResponse()
982 StunMessage* resp, in stunServerProcessMsg()
997 StunMessage req; in stunServerProcessMsg()
1499 StunMessage resp; in stunServerProcess()
1654 stunBuildReqSimple( StunMessage* msg, in stunBuildReqSimple()
1726 StunMessage req; in stunSendTest()
1727 memset(&req, 0, sizeof(StunMessage)); in stunSendTest()
1809 StunMessage resp; in stunTest()
1993 StunMessage resp; in stunNatType()
2247 StunMessage resp; in stunOpenSocket()
[all …]
/dports/net-im/libnice-gst1/libnice-0.1.18/stun/usages/
H A Dbind.c88 size_t stun_usage_bind_create (StunAgent *agent, StunMessage *msg, in stun_usage_bind_create()
96 StunUsageBindReturn stun_usage_bind_process (StunMessage *msg, in stun_usage_bind_process()
191 stun_usage_bind_keepalive (StunAgent *agent, StunMessage *msg, in stun_usage_bind_keepalive()
474 StunMessage req;
476 StunMessage msg;
/dports/net-im/libnice/libnice-0.1.18/stun/usages/
H A Dbind.c88 size_t stun_usage_bind_create (StunAgent *agent, StunMessage *msg, in stun_usage_bind_create()
96 StunUsageBindReturn stun_usage_bind_process (StunMessage *msg, in stun_usage_bind_process()
191 stun_usage_bind_keepalive (StunAgent *agent, StunMessage *msg, in stun_usage_bind_keepalive()
474 StunMessage req;
476 StunMessage msg;
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Drelayport.cc52 bool CheckResponse(StunMessage* msg);
167 void Prepare(StunMessage* request) override;
172 void OnResponse(StunMessage* response) override;
173 void OnErrorResponse(StunMessage* response) override;
427 bool RelayConnection::CheckResponse(StunMessage* msg) { in CheckResponse()
787 void AllocateRequest::Prepare(StunMessage* request) { in Prepare()
812 void AllocateRequest::OnResponse(StunMessage* response) { in OnResponse()
829 void AllocateRequest::OnErrorResponse(StunMessage* response) { in OnErrorResponse()
H A Dport.h258 virtual void SendBindingResponse(StunMessage* request,
261 StunMessage* request, const rtc::SocketAddress& addr,
290 bool ParseStunUsername(const StunMessage* stun_msg,
623 StunMessage* response);
625 StunMessage* response);
657 StunMessage* response);
H A Dport.cc364 if (!StunMessage::ValidateFingerprint(data, size)) { in GetStunMessage()
461 bool Port::ParseStunUsername(const StunMessage* stun_msg, in ParseStunUsername()
555 void Port::SendBindingResponse(StunMessage* request, in SendBindingResponse()
569 StunMessage response; in SendBindingResponse()
618 void Port::SendBindingErrorResponse(StunMessage* request, in SendBindingErrorResponse()
624 StunMessage response; in SendBindingErrorResponse()
756 void Prepare(StunMessage* request) override { in Prepare()
820 void OnResponse(StunMessage* response) override { in OnResponse()
824 void OnErrorResponse(StunMessage* response) override { in OnErrorResponse()
1350 StunMessage* response) { in OnConnectionRequestResponse()
[all …]
H A Drelayserver.cc47 void SendStun(const StunMessage& msg, in SendStun()
56 void SendStunError(const StunMessage& msg, rtc::AsyncPacketSocket* socket, in SendStunError()
300 StunMessage* msg) { in HandleStun()
415 RelayServerConnection* int_conn, const StunMessage& request) { in HandleStunAllocate()
454 RelayServerConnection* int_conn, const StunMessage& request) { in HandleStunSend()
627 void RelayServerConnection::SendStun(const StunMessage& msg) { in SendStun()
635 const StunMessage& request, int error_code, const char* error_desc) { in SendStunError()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/irisnet/noncore/
H A Dstunallocate.h32 class StunMessage; variable
104 QByteArray decode(const StunMessage &encoded, QHostAddress *addr = 0, int *port = 0);
/dports/net-im/psi/psi-1.5/iris/src/irisnet/noncore/
H A Dstunallocate.h32 class StunMessage; variable
104 QByteArray decode(const StunMessage &encoded, QHostAddress *addr = 0, int *port = 0);
/dports/net-im/libnice/libnice-0.1.18/stun/tests/
H A Dtest-bind.c194 StunMessage msg; in bad_responses()
195 StunMessage req_msg; in bad_responses()
269 StunMessage msg; in responses()
270 StunMessage req_msg; in responses()
403 StunMessage msg; in keepalive()
H A Dtest-turn.c134 StunMessage msg; in test_turn()
135 StunMessage req_msg; in test_turn()
136 StunMessage refresh_msg; in test_turn()
/dports/net-im/libnice-gst1/libnice-0.1.18/stun/tests/
H A Dtest-bind.c194 StunMessage msg; in bad_responses()
195 StunMessage req_msg; in bad_responses()
269 StunMessage msg; in responses()
270 StunMessage req_msg; in responses()
403 StunMessage msg; in keepalive()
H A Dtest-turn.c134 StunMessage msg; in test_turn()
135 StunMessage req_msg; in test_turn()
136 StunMessage refresh_msg; in test_turn()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/base/
H A Dstunport.cc58 virtual void Prepare(StunMessage* request) { in Prepare()
62 virtual void OnResponse(StunMessage* response) { in OnResponse()
84 virtual void OnErrorResponse(StunMessage* response) { in OnErrorResponse()

1234567891011