Home
last modified time | relevance | path

Searched refs:mMessageInfo (Results 1 – 18 of 18) sorted by relevance

/openthread-3.4.0/src/core/meshcop/
Ddtls.cpp159 mMessageInfo.SetPeerAddr(aSockAddr.GetAddress()); in Connect()
160 mMessageInfo.SetPeerPort(aSockAddr.mPort); in Connect()
181 mMessageInfo.SetPeerAddr(aMessageInfo.GetPeerAddr()); in HandleUdpReceive()
182 mMessageInfo.SetPeerPort(aMessageInfo.GetPeerPort()); in HandleUdpReceive()
183 mMessageInfo.SetIsHostInterface(aMessageInfo.IsHostInterface()); in HandleUdpReceive()
185 mMessageInfo.SetSockAddr(aMessageInfo.GetSockAddr()); in HandleUdpReceive()
186 mMessageInfo.SetSockPort(aMessageInfo.GetSockPort()); in HandleUdpReceive()
193 VerifyOrExit((mMessageInfo.GetPeerAddr() == aMessageInfo.GetPeerAddr()) && in HandleUdpReceive()
194 (mMessageInfo.GetPeerPort() == aMessageInfo.GetPeerPort())); in HandleUdpReceive()
201 …IgnoreError(SetClientId(mMessageInfo.GetPeerAddr().mFields.m8, sizeof(mMessageInfo.GetPeerAddr().m… in HandleUdpReceive()
[all …]
Ddtls.hpp341 const Ip6::MessageInfo &GetMessageInfo(void) const { return mMessageInfo; } in GetMessageInfo()
501 Ip6::MessageInfo mMessageInfo; member in ot::MeshCoP::Dtls
Djoiner_router.hpp95 Ip6::MessageInfo mMessageInfo; // Message info of the message to send. member
Djoiner_router.cpp215 metadata.mMessageInfo = aMessageInfo; in DelaySendingJoinerEntrust()
216 metadata.mMessageInfo.SetPeerPort(Tmf::kUdpPort); in DelaySendingJoinerEntrust()
256 if (SendJoinerEntrust(metadata.mMessageInfo) != kErrorNone) in SendDelayedJoinerEntrust()
Dborder_agent.hpp193 Ip6::MessageInfo mMessageInfo; member in ot::MeshCoP::BorderAgent
/openthread-3.4.0/include/openthread/
Dsntp.h65 … const otMessageInfo *mMessageInfo; ///< A reference to the message info related with SNTP Server. member
/openthread-3.4.0/src/core/net/
Ddnssd_server.hpp129 const Ip6::MessageInfo &GetMessageInfo(void) const { return mMessageInfo; } in GetMessageInfo()
132 Ip6::MessageInfo mMessageInfo; member in ot::Dns::ServiceDiscovery::Server::UpstreamQueryTransaction
421 const Ip6::MessageInfo &GetMessageInfo(void) const { return mMessageInfo; } in GetMessageInfo()
433 Ip6::MessageInfo mMessageInfo; member in ot::Dns::ServiceDiscovery::Server::QueryTransaction
Dsrp_server.hpp941 bool IsDirectRxFromClient(void) const { return (mMessageInfo != nullptr); } in IsDirectRxFromClient()
949 const Ip6::MessageInfo *mMessageInfo; // Set to `nullptr` when from SRPL. member
968 const Ip6::MessageInfo &GetMessageInfo(void) const { return mMessageInfo; } in GetMessageInfo()
982 Ip6::MessageInfo mMessageInfo; // Valid when `mIsDirectRxFromClient` is true. member in ot::Srp::Server::UpdateMetadata
Dsntp_client.cpp136 VerifyOrExit(aQuery->mMessageInfo != nullptr, error = kErrorInvalidArgs); in Query()
143 messageInfo = AsCoreTypePtr(aQuery->mMessageInfo); in Query()
Dsrp_server.cpp426 CommitSrpUpdate(aError, aHost, aMessageMetadata.mDnsHeader, aMessageMetadata.mMessageInfo, in CommitSrpUpdate()
706 aMessageMetadata.mMessageInfo->GetPeerAddr() == update.GetMessageInfo().GetPeerAddr() && in FindOutstandingUpdate()
707 aMessageMetadata.mMessageInfo->GetPeerPort() == update.GetMessageInfo().GetPeerPort()) in FindOutstandingUpdate()
723 … ? aMetadata.mMessageInfo->GetPeerAddr().ToString().AsCString() in ProcessDnsUpdate()
762 … SendResponse(aMetadata.mDnsHeader, ErrorToDnsResponseCode(error), *aMetadata.mMessageInfo); in ProcessDnsUpdate()
1524 metadata.mMessageInfo = aMessageInfo; in ProcessMessage()
2270 if (aMessageMetadata.mMessageInfo != nullptr) in UpdateMetadata()
2272 mMessageInfo = *aMessageMetadata.mMessageInfo; in UpdateMetadata()
Ddnssd_server.cpp1359 mMessageInfo = aMessageInfo; in Init()
1367 …Get<Server>().SendResponse(mResponseHeader, aResponseMessage, *mResponseMessage, mMessageInfo, aSo… in Finalize()
1399 mMessageInfo = aMessageInfo; in Init()
/openthread-3.4.0/src/core/thread/
Dmle_router.cpp611 Log(kMessageReceive, kTypeLinkRequest, aRxInfo.mMessageInfo.GetPeerAddr()); in HandleLinkRequest()
655 aRxInfo.mMessageInfo.GetPeerAddr().GetIid().ConvertToExtAddress(extAddr); in HandleLinkRequest()
699 …SuccessOrExit(error = SendLinkAccept(aRxInfo.mMessageInfo, neighbor, requestedTlvList, challenge)); in HandleLinkRequest()
828 …eceive, aRequest ? kTypeLinkAcceptAndRequest : kTypeLinkAccept, aRxInfo.mMessageInfo.GetPeerAddr(), in HandleLinkAccept()
917 IgnoreError(SendDataRequest(aRxInfo.mMessageInfo.GetPeerAddr())); in HandleLinkAccept()
940 IgnoreError(SendDataRequest(aRxInfo.mMessageInfo.GetPeerAddr())); in HandleLinkAccept()
1012 … SuccessOrExit(error = SendLinkAccept(aRxInfo.mMessageInfo, router, requestedTlvList, challenge)); in HandleLinkAccept()
1140 …uint8_t linkMargin = Get<Mac::Mac>().ComputeLinkMargin(aRxInfo.mMessageInfo.GetThreadLinkInfo()->… in HandleAdvertisement()
1359 Log(kMessageReceive, kTypeParentRequest, aRxInfo.mMessageInfo.GetPeerAddr()); in HandleParentRequest()
1384 aRxInfo.mMessageInfo.GetPeerAddr().GetIid().ConvertToExtAddress(extAddr); in HandleParentRequest()
[all …]
Ddiscover_scanner.cpp299 const ThreadLinkInfo *linkInfo = aRxInfo.mMessageInfo.GetThreadLinkInfo(); in HandleDiscoveryResponse()
309 Mle::Log(Mle::kMessageReceive, Mle::kTypeDiscoveryResponse, aRxInfo.mMessageInfo.GetPeerAddr()); in HandleDiscoveryResponse()
324 … aRxInfo.mMessageInfo.GetPeerAddr().GetIid().ConvertToExtAddress(AsCoreType(&result.mExtAddress)); in HandleDiscoveryResponse()
Dmle.cpp1136 aRxInfo.mMessageInfo.GetPeerAddr().GetIid().ConvertToExtAddress(aNeighbor.GetExtAddress()); in InitNeighbor()
1138 aNeighbor.GetLinkInfo().AddRss(aRxInfo.mMessageInfo.GetThreadLinkInfo()->GetRss()); in InitNeighbor()
2775 Log(kMessageReceive, kTypeAdvertisement, aRxInfo.mMessageInfo.GetPeerAddr(), sourceAddress); in HandleAdvertisement()
2819 IgnoreError(SendDataRequestAfterDelay(aRxInfo.mMessageInfo.GetPeerAddr(), delay)); in HandleAdvertisement()
2832 Log(kMessageReceive, kTypeDataResponse, aRxInfo.mMessageInfo.GetPeerAddr()); in HandleDataResponse()
2844 aRxInfo.mMessageInfo.GetPeerAddr()); in HandleDataResponse()
3018 if (aRxInfo.mMessageInfo.GetSockAddr().IsMulticast()) in HandleLeaderData()
3030 IgnoreError(SendDataRequestAfterDelay(aRxInfo.mMessageInfo.GetPeerAddr(), delay)); in HandleLeaderData()
3114 int8_t rss = aRxInfo.mMessageInfo.GetThreadLinkInfo()->GetRss(); in HandleParentResponse()
3134 Log(kMessageReceive, kTypeParentResponse, aRxInfo.mMessageInfo.GetPeerAddr(), sourceAddress); in HandleParentResponse()
[all …]
Dmle.hpp1424 , mMessageInfo(aMessageInfo) in RxInfo()
1443 const Ip6::MessageInfo &mMessageInfo; ///< The `MessageInfo` associated with the message. member
/openthread-3.4.0/src/core/coap/
Dcoap.hpp346 Ip6::MessageInfo mMessageInfo; member
Dcoap.cpp1513 if ((metadata.mMessageInfo.GetPeerPort() == aMessageInfo.GetPeerPort()) && in FindMatchedResponse()
1514 (metadata.mMessageInfo.GetPeerAddr() == aMessageInfo.GetPeerAddr())) in FindMatchedResponse()
1533 metadata.mMessageInfo = aMessageInfo; in EnqueueResponse()
/openthread-3.4.0/src/cli/
Dcli.cpp7401 query.mMessageInfo = static_cast<const otMessageInfo *>(&messageInfo); in Process()