Searched refs:IsAllocated (Results 1 – 7 of 7) sorted by relevance
319 bool IsAllocated(uint8_t aRouterId) const { return mRouterIdMap.IsAllocated(aRouterId); } in IsAllocated() function in ot::RouterTable438 … bool IsAllocated(uint8_t aRouterId) const { return (mIndexes[aRouterId] & kAllocatedFlag); } in IsAllocated() function in ot::RouterTable::RouterIdMap
118 if (IsAllocated(aRouter.GetRouterId())) in RemoveRouter()286 VerifyOrExit(IsAllocated(aRouterId)); in FindRouterById()515 if (IsAllocated(routerId) == aRouterIdSet.Contains(routerId)) in UpdateRouterIdSet()520 if (IsAllocated(routerId)) in UpdateRouterIdSet()541 if (!IsAllocated(routerId) && aRouterIdSet.Contains(routerId)) in UpdateRouterIdSet()860 if (IsAllocated(routerId)) in GetAsRouterIdSet()874 if (!IsAllocated(routerId) && (mIndexes[routerId] > 0)) in HandleTimeTick()
704 …VerifyOrExit(Get<RouterTable>().IsAllocated(Mle::RouterIdFromRloc16(aRloc16)), error = kErrorNoRou… in RegisterNetworkData()1299 if (!Get<RouterTable>().IsAllocated(Mle::RouterIdFromRloc16(rloc))) in HandleNetworkDataRestoredAfterReset()
1115 if (IsRouter() && !mRouterTable.IsAllocated(mRouterId)) in ProcessRouteTlv()3760 VerifyOrExit(mRouterTable.IsAllocated(aNeighborId)); in ShouldDowngrade()
394 return AsCoreType(aInstance).Get<RouterTable>().IsAllocated(aRouterId); in otThreadIsRouterIdAllocated()
290 if (Get<RouterTable>().IsAllocated(routerId)) in RecordRouterTableChange()
171 …VerifyOrExit(Get<RouterTable>().IsAllocated(Mle::RouterIdFromRloc16(aRloc16)), error = kErrorNotFo… in SendQuery()