Searched refs:OT_HISTORY_TRACKER_NEIGHBOR_EVENT_REMOVED (Results 1 – 3 of 3) sorted by relevance
174 OT_HISTORY_TRACKER_NEIGHBOR_EVENT_REMOVED = 1, ///< Neighbor is removed. enumerator
282 static constexpr NeighborEvent kNeighborRemoved = OT_HISTORY_TRACKER_NEIGHBOR_EVENT_REMOVED;
214 …static_assert(1 == OT_HISTORY_TRACKER_NEIGHBOR_EVENT_REMOVED, "NEIGHBOR_EVENT_REMOVED value is inc… in Process()