Searched refs:GetMessageInfo (Results 1 – 8 of 8) sorted by relevance
/openthread-3.5.0/src/core/coap/ |
D | coap_secure.cpp | 118 …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()
|
D | coap_secure.hpp | 394 const Ip6::MessageInfo &GetMessageInfo(void) const { return mDtls.GetMessageInfo(); } in GetMessageInfo() function in ot::Coap::CoapSecure
|
/openthread-3.5.0/src/core/meshcop/ |
D | border_agent.cpp | 122 …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()
|
D | dtls.hpp | 343 const Ip6::MessageInfo &GetMessageInfo(void) const { return mMessageInfo; } in GetMessageInfo() function in ot::MeshCoP::Dtls
|
/openthread-3.5.0/src/core/net/ |
D | dnssd_server.hpp | 131 const Ip6::MessageInfo &GetMessageInfo(void) const { return mMessageInfo; } in GetMessageInfo() function in ot::Dns::ServiceDiscovery::Server::UpstreamQueryTransaction
|
D | srp_server.hpp | 914 const Ip6::MessageInfo &GetMessageInfo(void) const { return mMessageInfo; } in GetMessageInfo() function in ot::Srp::Server::UpdateMetadata
|
D | srp_server.cpp | 438 … 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()
|
D | dnssd_server.cpp | 867 error = mSocket.SendTo(*aResponseMessage, aQueryTransaction.GetMessageInfo()); in OnUpstreamQueryDone()
|