Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_history.cpp1089 uint32_t txEntryAge; in ProcessRxTxHistory() local
1134 … txInfo = otHistoryTrackerIterateTxHistory(GetInstancePtr(), &txIterator, &txEntryAge); in ProcessRxTxHistory()
1137 if ((rxInfo != nullptr) && ((txInfo == nullptr) || (rxEntryAge <= txEntryAge))) in ProcessRxTxHistory()
1147 entryAge = txEntryAge; in ProcessRxTxHistory()