Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.hpp438 … bool IsAllocated(uint8_t aRouterId) const { return (mIndexes[aRouterId] & kAllocatedFlag); } in IsAllocated()
440 …void SetIndex(uint8_t aRouterId, uint8_t aIndex) { mIndexes[aRouterId] = kAllocatedFlag | aInde… in SetIndex()
452 static constexpr uint8_t kAllocatedFlag = 1 << 7; member in ot::RouterTable::RouterIdMap