Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_tlvs.cpp62 VerifyOrExit(numAllocatedIds <= kMaxRouters); in IsValid()
Drouter_table.hpp462 Array<Router, Mle::kMaxRouters> mRouters;
Dnetwork_data_notifier.cpp313 (activeRouterCount < Mle::kMaxRouters)); in IsEligibleForRouterRoleUpgradeAsBorderRouter()
Dmle_types.hpp81 constexpr uint8_t kMaxRouters = OPENTHREAD_CONFIG_MLE_MAX_ROUTERS; ///< Maximum number of ro… variable
Dmle_router.cpp1493 VerifyOrExit(mRouterTable.GetActiveRouterCount() < kMaxRouters, error = kErrorDrop); in HandleParentRequest()
/openthread-latest/src/core/radio/
Dtrel_interface.hpp282 …static constexpr uint16_t kPeerTableSize = Mle::kMaxRouters + Mle::kMaxChildren + kPeerTab…
/openthread-latest/src/core/net/
Dip6_mpl.cpp340 …interval = (kDataMessageInterval / Mle::kMaxRouters) * Get<RouterTable>().GetNeighborCount(kLinkQu… in AddBufferedMessage()
/openthread-latest/src/core/border_router/
Drouting_manager.hpp1000 … static constexpr uint16_t kMaxRouters = OPENTHREAD_CONFIG_BORDER_ROUTING_MAX_DISCOVERED_ROUTERS; member in ot::BorderRouter::RoutingManager::RxRaTracker
1069 Pool<Entry<Router>, kMaxRouters> mRouterPool;