Home
last modified time | relevance | path

Searched defs:kInvalidRloc16 (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/utils/
Dhistory_tracker.hpp282 static constexpr uint16_t kInvalidRloc16 = Mle::kInvalidRloc16; member in ot::Utils::HistoryTracker
/openthread-latest/src/core/thread/
Dmle_types.hpp85 constexpr uint16_t kInvalidRloc16 = Mac::kShortAddrInvalid; ///< Invalid RLOC16. variable
/openthread-latest/src/cli/
Dcli.cpp4962 constexpr uint16_t kInvalidRloc16 = 0xfffe; in Process() local