Searched refs:OT_HISTORY_TRACKER_NEIGHBOR_EVENT_RESTORING (Results 1 – 3 of 3) sorted by relevance
166 …OT_HISTORY_TRACKER_NEIGHBOR_EVENT_RESTORING = 3, ///< Neighbor is being restored (applicable to ch… enumerator
289 static constexpr NeighborEvent kNeighborRestoring = OT_HISTORY_TRACKER_NEIGHBOR_EVENT_RESTORING;
376 …static_assert(3 == OT_HISTORY_TRACKER_NEIGHBOR_EVENT_RESTORING, "NEIGHBOR_EVENT_RESTORING value is… in Process()