Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.hpp380 void GetRouterIdRange(uint8_t &aMinRouterId, uint8_t &aMaxRouterId) const;
Drouter_table.cpp834 void RouterTable::GetRouterIdRange(uint8_t &aMinRouterId, uint8_t &aMaxRouterId) const in GetRouterIdRange() function in ot::RouterTable
Dmle_router.cpp295 mRouterTable.GetRouterIdRange(minId, maxId); in BecomeLeader()
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp377 AsCoreType(aInstance).Get<RouterTable>().GetRouterIdRange(*aMinRouterId, *aMaxRouterId); in otThreadGetRouterIdRange()