Home
last modified time | relevance | path

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

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