Searched refs:SendDataRequest (Results 1 – 3 of 3) sorted by relevance
/openthread-3.4.0/src/core/thread/ |
D | mle.hpp | 1537 Error SendDataRequest(const Ip6::Address &aDestination); 1980 Error SendDataRequest(const Ip6::Address &aDestination, 1986 …Error SendDataRequest(const Ip6::Address &aDestination, const uint8_t *aTlvs, uint8_t aTlvsLength,…
|
D | mle.cpp | 1845 Error Mle::SendDataRequest(const Ip6::Address &aDestination) in SendDataRequest() function in ot::Mle::Mle 1857 return SendDataRequest(aDestination, kTlvs, mRequestRouteTlv ? 2 : 1, aDelay); in SendDataRequestAfterDelay() 1866 return SendDataRequest(aDestination, kTlvs, sizeof(kTlvs), /* aDelay */ 0, &aQueryInfo); in SendDataRequestForLinkMetricsReport() 1869 Error Mle::SendDataRequest(const Ip6::Address &aDestination, in SendDataRequest() function in ot::Mle::Mle 1875 Error Mle::SendDataRequest(const Ip6::Address &aDestination, const uint8_t *aTlvs, uint8_t aTlvsLen… in SendDataRequest() 2020 if (SendDataRequest(destination) == kErrorNone) in HandleMessageTransmissionTimer()
|
D | mle_router.cpp | 917 IgnoreError(SendDataRequest(aRxInfo.mMessageInfo.GetPeerAddr())); in HandleLinkAccept() 940 IgnoreError(SendDataRequest(aRxInfo.mMessageInfo.GetPeerAddr())); in HandleLinkAccept()
|