Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmlr_manager.cpp631 uint32_t effectiveMlrTimeout; in UpdateReregistrationDelay() local
645 effectiveMlrTimeout = Max(config.mMlrTimeout, BackboneRouter::kMinMlrTimeout); in UpdateReregistrationDelay()
646 …reregDelay = Random::NonCrypto::GetUint32InRange((effectiveMlrTimeout >> 1u) + 1, effectiveMlrTime… in UpdateReregistrationDelay()