Home
last modified time | relevance | path

Searched refs:mValidLastTrans (Results 1 – 4 of 4) sorted by relevance

/openthread-2.7.6/include/openthread/
Dthread_ftd.h105 …bool mValidLastTrans : 1; ///< Indicates whether last transaction time and ML-EID are… member
/openthread-2.7.6/src/core/thread/
Daddress_resolver.cpp137 aInfo.mValidLastTrans = entry->IsLastTransactionTimeValid(); in GetNextCacheEntry()
/openthread-2.7.6/src/ncp/
Dncp_base_ftd.cpp1197 SuccessOrExit(error = mEncoder.WriteBool(entry.mValidLastTrans)); in HandlePropertyGet()
/openthread-2.7.6/src/cli/
Dcli.cpp1730 if (aEntry.mValidLastTrans) in OutputEidCacheEntry()