Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dhistory_tracker.h232 typedef struct otHistoryTrackerExternalRouteInfo struct
236 } otHistoryTrackerExternalRouteInfo; argument
395 const otHistoryTrackerExternalRouteInfo *otHistoryTrackerIterateExternalRouteHistory(
/openthread-latest/src/core/utils/
Dhistory_tracker.hpp136 …typedef otHistoryTrackerExternalRouteInfo ExternalRouteInfo; ///< Network Data external rout…
452 DefineCoreType(otHistoryTrackerExternalRouteInfo, Utils::HistoryTracker::ExternalRouteInfo);
/openthread-latest/src/core/api/
Dhistory_tracker_api.cpp121 const otHistoryTrackerExternalRouteInfo *otHistoryTrackerIterateExternalRouteHistory( in otHistoryTrackerIterateExternalRouteHistory()
/openthread-latest/src/cli/
Dcli_history.cpp1396 const otHistoryTrackerExternalRouteInfo *info; in Process()