Home
last modified time | relevance | path

Searched refs:kMaxNeighborAge (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dmle_router.hpp506 static constexpr uint32_t kMaxNeighborAge = 100000; // Max neighbor age (in msec) member in ot::Mle::MleRouter
Dmle_router.cpp1723 if (router.IsStateValid() && (age >= kMaxNeighborAge)) in HandleTimeTick()
1739 … sendLinkRequest = (age < kMaxNeighborAge + kMaxTxCount * TimeMilli::kOneSecondInMsec); in HandleTimeTick()
1752 if (age >= kMaxNeighborAge) in HandleTimeTick()