Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp772 …static constexpr uint32_t kMaxLinkRequestDelayOnRouter = 1000; // Max delay to tx Link Request o… member in ot::Mle::Mle
Dmle_router.cpp1364 delay = Random::NonCrypto::GetUint32InRange(0, kMaxLinkRequestDelayOnRouter); in HandleAdvertisementOnFtd()
1745 router, Random::NonCrypto::GetUint32InRange(0, kMaxLinkRequestDelayOnRouter)); in HandleTimeTick()