Home
last modified time | relevance | path

Searched defs:aMinRouterId (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Drouter_table.cpp834 void RouterTable::GetRouterIdRange(uint8_t &aMinRouterId, uint8_t &aMaxRouterId) const in GetRouterIdRange()
840 Error RouterTable::SetRouterIdRange(uint8_t aMinRouterId, uint8_t aMaxRouterId) in SetRouterIdRange()
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp372 void otThreadGetRouterIdRange(otInstance *aInstance, uint8_t *aMinRouterId, uint8_t *aMaxRouterId) in otThreadGetRouterIdRange()
380 otError otThreadSetRouterIdRange(otInstance *aInstance, uint8_t aMinRouterId, uint8_t aMaxRouterId) in otThreadSetRouterIdRange()