Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dhistory_tracker_api.cpp111 const otHistoryTrackerOnMeshPrefixInfo *otHistoryTrackerIterateOnMeshPrefixHistory(otInstance … in otHistoryTrackerIterateOnMeshPrefixHistory() function
/openthread-latest/include/openthread/
Dhistory_tracker.h379 const otHistoryTrackerOnMeshPrefixInfo *otHistoryTrackerIterateOnMeshPrefixHistory(otInstance …
/openthread-latest/src/cli/
Dcli_history.cpp1333 info = otHistoryTrackerIterateOnMeshPrefixHistory(GetInstancePtr(), &iterator, &entryAge); in Process()