Home
last modified time | relevance | path

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

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