Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dhistory_tracker.h166OT_HISTORY_TRACKER_NEIGHBOR_EVENT_RESTORING = 3, ///< Neighbor is being restored (applicable to ch… enumerator
/openthread-latest/src/core/utils/
Dhistory_tracker.hpp289 static constexpr NeighborEvent kNeighborRestoring = OT_HISTORY_TRACKER_NEIGHBOR_EVENT_RESTORING;
/openthread-latest/src/cli/
Dcli_history.cpp376 …static_assert(3 == OT_HISTORY_TRACKER_NEIGHBOR_EVENT_RESTORING, "NEIGHBOR_EVENT_RESTORING value is… in Process()