Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/thread/
Dchild_table.cpp171 Error ChildTable::SetMaxChildrenAllowed(uint16_t aMaxChildren) in SetMaxChildrenAllowed() argument
175 VerifyOrExit(aMaxChildren > 0 && aMaxChildren <= kMaxChildren, error = kErrorInvalidArgs); in SetMaxChildrenAllowed()
178 mMaxChildrenAllowed = aMaxChildren; in SetMaxChildrenAllowed()
Dchild_table.hpp235 Error SetMaxChildrenAllowed(uint16_t aMaxChildren);
/openthread-3.6.0/src/core/api/
Dthread_ftd_api.cpp50 otError otThreadSetMaxAllowedChildren(otInstance *aInstance, uint16_t aMaxChildren) in otThreadSetMaxAllowedChildren() argument
52 return AsCoreType(aInstance).Get<ChildTable>().SetMaxChildrenAllowed(aMaxChildren); in otThreadSetMaxAllowedChildren()
/openthread-3.6.0/include/openthread/
Dthread_ftd.h154 otError otThreadSetMaxAllowedChildren(otInstance *aInstance, uint16_t aMaxChildren);