Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dhistory_tracker.h174 OT_HISTORY_TRACKER_NEIGHBOR_EVENT_REMOVED = 1, ///< Neighbor is removed. enumerator
/openthread-3.6.0/src/core/utils/
Dhistory_tracker.hpp300 static constexpr NeighborEvent kNeighborRemoved = OT_HISTORY_TRACKER_NEIGHBOR_EVENT_REMOVED;
/openthread-3.6.0/src/cli/
Dcli_history.cpp374 …static_assert(1 == OT_HISTORY_TRACKER_NEIGHBOR_EVENT_REMOVED, "NEIGHBOR_EVENT_REMOVED value is inc… in Process()