Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dhistory_tracker.h203OT_HISTORY_TRACKER_ROUTER_EVENT_NEXT_HOP_CHANGED = 2, ///< Router entry next hop and cost changed. enumerator
/openthread-3.6.0/src/core/utils/
Dhistory_tracker.hpp308 …tatic constexpr RouterEvent kRouterNextHopChanged = OT_HISTORY_TRACKER_ROUTER_EVENT_NEXT_HOP_CHANG…
/openthread-3.6.0/src/cli/
Dcli_history.cpp521 …static_assert(2 == OT_HISTORY_TRACKER_ROUTER_EVENT_NEXT_HOP_CHANGED, "EVENT_NEXT_HOP_CHANGED is in… in Process()