Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Drouter_table.cpp550 void RouterTable::GetRouterIdRange(uint8_t &aMinRouterId, uint8_t &aMaxRouterId) const in GetRouterIdRange()
556 Error RouterTable::SetRouterIdRange(uint8_t aMinRouterId, uint8_t aMaxRouterId) in SetRouterIdRange()
/external/openthread/src/core/api/
Dthread_ftd_api.cpp379 void otThreadGetRouterIdRange(otInstance *aInstance, uint8_t *aMinRouterId, uint8_t *aMaxRouterId) in otThreadGetRouterIdRange()
384 otError otThreadSetRouterIdRange(otInstance *aInstance, uint8_t aMinRouterId, uint8_t aMaxRouterId) in otThreadSetRouterIdRange()