Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/border_router/
Drouting_manager.hpp434 …static constexpr uint32_t kMinRtrAdvInterval = kMaxRtrAdvInterval / 3; // Min RA Interva… member in ot::BorderRouter::RoutingManager
449 static_assert(kMinRtrAdvInterval <= 3 * kMaxRtrAdvInterval / 4, "invalid RA intervals");
Drouting_manager.cpp517 delay = Random::NonCrypto::GetUint32InRange(Time::SecToMsec(kMinRtrAdvInterval), in ScheduleRoutingPolicyEvaluation()