Searched refs:mMaxChildrenAllowed (Results 1 – 2 of 2) sorted by relevance
69 …VerifyOrExit(mItem < &Get<ChildTable>().mChildren[Get<ChildTable>().mMaxChildrenAllowed], mItem = … in Advance()78 , mMaxChildrenAllowed(kMaxChildren) in ChildTable()99 VerifyOrExit(aChildIndex < mMaxChildrenAllowed); in GetChildAtIndex()121 for (uint16_t num = mMaxChildrenAllowed; num != 0; num--, child++) in FindChild()160 for (uint16_t num = mMaxChildrenAllowed; num != 0; num--, child++) in GetNumChildren()178 mMaxChildrenAllowed = aMaxChildren; in SetMaxChildrenAllowed()304 for (uint16_t num = mMaxChildrenAllowed; num != 0; num--, child++) in RefreshStoredChildren()339 for (uint16_t num = mMaxChildrenAllowed; num != 0; num--, child++) in HasSleepyChildWithAddress()
220 uint16_t GetMaxChildrenAllowed(void) const { return mMaxChildrenAllowed; } in GetMaxChildrenAllowed()360 uint16_t mMaxChildrenAllowed; member in ot::ChildTable