Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dhistory_tracker.h223 typedef struct otHistoryTrackerOnMeshPrefixInfo struct
227 } otHistoryTrackerOnMeshPrefixInfo; argument
379 const otHistoryTrackerOnMeshPrefixInfo *otHistoryTrackerIterateOnMeshPrefixHistory(otInstance …
/openthread-latest/src/core/utils/
Dhistory_tracker.hpp135 …typedef otHistoryTrackerOnMeshPrefixInfo OnMeshPrefixInfo; ///< Network Data on mesh prefi…
451 DefineCoreType(otHistoryTrackerOnMeshPrefixInfo, Utils::HistoryTracker::OnMeshPrefixInfo);
/openthread-latest/src/core/api/
Dhistory_tracker_api.cpp111 const otHistoryTrackerOnMeshPrefixInfo *otHistoryTrackerIterateOnMeshPrefixHistory(otInstance … in otHistoryTrackerIterateOnMeshPrefixHistory()
/openthread-latest/src/cli/
Dcli_history.cpp1307 const otHistoryTrackerOnMeshPrefixInfo *info; in Process()