Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dhistory_tracker.h219 typedef struct otHistoryTrackerExternalRouteInfo struct
223 } otHistoryTrackerExternalRouteInfo; argument
375 const otHistoryTrackerExternalRouteInfo *otHistoryTrackerIterateExternalRouteHistory(
/external/openthread/src/core/utils/
Dhistory_tracker.hpp129 …typedef otHistoryTrackerExternalRouteInfo ExternalRouteInfo; ///< Network Data external rout…
423 DefineCoreType(otHistoryTrackerExternalRouteInfo, Utils::HistoryTracker::ExternalRouteInfo);
/external/openthread/src/core/api/
Dhistory_tracker_api.cpp105 const otHistoryTrackerExternalRouteInfo *otHistoryTrackerIterateExternalRouteHistory( in otHistoryTrackerIterateExternalRouteHistory()
/external/openthread/src/cli/
Dcli_history.cpp618 const otHistoryTrackerExternalRouteInfo *info; in Process()