Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dhistory_tracker_api.cpp93 const otHistoryTrackerNeighborInfo *otHistoryTrackerIterateNeighborHistory(otInstance … in otHistoryTrackerIterateNeighborHistory() function
/openthread-latest/include/openthread/
Dhistory_tracker.h347 const otHistoryTrackerNeighborInfo *otHistoryTrackerIterateNeighborHistory(otInstance …
/openthread-latest/src/cli/
Dcli_history.cpp398 info = otHistoryTrackerIterateNeighborHistory(GetInstancePtr(), &iterator, &entryAge); in Process()