Home
last modified time | relevance | path

Searched refs:SendDataRequest (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dmle.hpp1320 Error SendDataRequest(const Ip6::Address &aDestination);
1407 Error SendDataRequest(const Ip6::Address &aDestination,
1412 …Error SendDataRequest(const Ip6::Address &aDestination, const uint8_t *aTlvs, uint8_t aTlvsL…
Dmle.cpp1819 Error Mle::SendDataRequest(const Ip6::Address &aDestination) in SendDataRequest() function in ot::Mle::Mle
1830 error = SendDataRequest(aDestination, kTlvs, mRequestRouteTlv ? 2 : 1); in SendDataRequest()
1852 return SendDataRequest(aDestination, kTlvs, sizeof(kTlvs), &aQueryInfo); in SendDataRequestForLinkMetricsReport()
1855 Error Mle::SendDataRequest(const Ip6::Address &aDestination, in SendDataRequest() function in ot::Mle::Mle
1860 Error Mle::SendDataRequest(const Ip6::Address &aDestination, const uint8_t *aTlvs, uint8_t aTlvsLen… in SendDataRequest()
1948 if (SendDataRequest(destination) == kErrorNone) in HandleMessageTransmissionTimer()
4712 IgnoreError(Get<Mle>().SendDataRequest(header.mDestination)); in Execute()
Dmle_router.cpp986 IgnoreError(SendDataRequest(aRxInfo.mMessageInfo.GetPeerAddr())); in HandleLinkAcceptVariant()
1009 IgnoreError(SendDataRequest(aRxInfo.mMessageInfo.GetPeerAddr())); in HandleLinkAcceptVariant()