Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dhistory_tracker.h172 typedef struct otHistoryTrackerNeighborInfo struct
182 } otHistoryTrackerNeighborInfo; argument
347 const otHistoryTrackerNeighborInfo *otHistoryTrackerIterateNeighborHistory(otInstance …
/openthread-latest/src/core/utils/
Dhistory_tracker.hpp133 typedef otHistoryTrackerNeighborInfo NeighborInfo; ///< Neighbor info.
449 DefineCoreType(otHistoryTrackerNeighborInfo, Utils::HistoryTracker::NeighborInfo);
/openthread-latest/src/core/api/
Dhistory_tracker_api.cpp93 const otHistoryTrackerNeighborInfo *otHistoryTrackerIterateNeighborHistory(otInstance … in otHistoryTrackerIterateNeighborHistory()
/openthread-latest/src/cli/
Dcli_history.cpp367 const otHistoryTrackerNeighborInfo *info; in Process()