Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.cpp129 uint8_t numAvailable = 0; in Allocate() local
142 numAvailable++; in Allocate()
149 if (Random::NonCrypto::GetUint8InRange(0, numAvailable) == 0) in Allocate()