Searched refs:entryAge (Results 1 – 1 of 1) sorted by relevance
| /openthread-latest/src/cli/ |
| D | cli_history.cpp | 137 uint32_t entryAge; in Process() local 163 info = otHistoryTrackerIterateUnicastAddressHistory(GetInstancePtr(), &iterator, &entryAge); in Process() 166 otHistoryTrackerEntryAgeToString(entryAge, ageString, sizeof(ageString)); in Process() 253 uint32_t entryAge; in Process() local 283 … info = otHistoryTrackerIterateMulticastAddressHistory(GetInstancePtr(), &iterator, &entryAge); in Process() 286 otHistoryTrackerEntryAgeToString(entryAge, ageString, sizeof(ageString)); in Process() 368 uint32_t entryAge; in Process() local 398 info = otHistoryTrackerIterateNeighborHistory(GetInstancePtr(), &iterator, &entryAge); in Process() 401 otHistoryTrackerEntryAgeToString(entryAge, ageString, sizeof(ageString)); in Process() 516 uint32_t entryAge; in Process() local [all …]
|