Home
last modified time | relevance | path

Searched refs:GetMessageInfo (Results 1 – 8 of 8) sorted by relevance

/openthread-3.5.0/src/core/coap/
Dcoap_secure.cpp118 …error = CoapBase::SendMessage(aMessage, mDtls.GetMessageInfo(), TxParameters::GetDefault(), aHandl… in SendMessage()
142 error = CoapBase::SendMessage(aMessage, mDtls.GetMessageInfo(), aHandler, aContext); in SendMessage()
186 CoapBase::Receive(*message, mDtls.GetMessageInfo()); in HandleDtlsReceive()
Dcoap_secure.hpp394 const Ip6::MessageInfo &GetMessageInfo(void) const { return mDtls.GetMessageInfo(); } in GetMessageInfo() function in ot::Coap::CoapSecure
/openthread-3.5.0/src/core/meshcop/
Dborder_agent.cpp122 …t(error = Get<Tmf::SecureAgent>().SendMessage(*message, Get<Tmf::SecureAgent>().GetMessageInfo())); in SendErrorMessage()
152 …t(error = Get<Tmf::SecureAgent>().SendMessage(*message, Get<Tmf::SecureAgent>().GetMessageInfo())); in SendErrorMessage()
372 …t(error = Get<Tmf::SecureAgent>().SendMessage(*message, Get<Tmf::SecureAgent>().GetMessageInfo())); in HandleUdpReceive()
414 … Get<Tmf::SecureAgent>().SendMessage(aForwardMessage, Get<Tmf::SecureAgent>().GetMessageInfo())); in ForwardToCommissioner()
Ddtls.hpp343 const Ip6::MessageInfo &GetMessageInfo(void) const { return mMessageInfo; } in GetMessageInfo() function in ot::MeshCoP::Dtls
/openthread-3.5.0/src/core/net/
Ddnssd_server.hpp131 const Ip6::MessageInfo &GetMessageInfo(void) const { return mMessageInfo; } in GetMessageInfo() function in ot::Dns::ServiceDiscovery::Server::UpstreamQueryTransaction
Dsrp_server.hpp914 const Ip6::MessageInfo &GetMessageInfo(void) const { return mMessageInfo; } in GetMessageInfo() function in ot::Srp::Server::UpdateMetadata
Dsrp_server.cpp438 … aUpdateMetadata.IsDirectRxFromClient() ? &aUpdateMetadata.GetMessageInfo() : nullptr, in CommitSrpUpdate()
738 aMessageMetadata.mMessageInfo->GetPeerAddr() == update.GetMessageInfo().GetPeerAddr() && in FindOutstandingUpdate()
739 aMessageMetadata.mMessageInfo->GetPeerPort() == update.GetMessageInfo().GetPeerPort()) in FindOutstandingUpdate()
Ddnssd_server.cpp867 error = mSocket.SendTo(*aResponseMessage, aQueryTransaction.GetMessageInfo()); in OnUpstreamQueryDone()