Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dhistory_tracker.h207 #define OT_HISTORY_TRACKER_NO_NEXT_HOP 63 ///< No next hop - For `mNextHop` in `otHistoryTrackerRou… macro
/openthread-3.6.0/src/core/utils/
Dhistory_tracker.hpp107 static constexpr uint8_t kNoNextHop = OT_HISTORY_TRACKER_NO_NEXT_HOP;
/openthread-3.6.0/src/cli/
Dcli_history.cpp553 if (info->mNextHop != OT_HISTORY_TRACKER_NO_NEXT_HOP) in Process()