Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dhistory_tracker_api.cpp53 const otHistoryTrackerUnicastAddressInfo *otHistoryTrackerIterateUnicastAddressHistory( in otHistoryTrackerIterateUnicastAddressHistory() function
/openthread-latest/include/openthread/
Dhistory_tracker.h281 const otHistoryTrackerUnicastAddressInfo *otHistoryTrackerIterateUnicastAddressHistory(
/openthread-latest/src/cli/
Dcli_history.cpp163 info = otHistoryTrackerIterateUnicastAddressHistory(GetInstancePtr(), &iterator, &entryAge); in Process()