Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dchild_table.cpp169 Error ChildTable::SetMaxChildrenAllowed(uint16_t aMaxChildren) in SetMaxChildrenAllowed() argument
173 VerifyOrExit(aMaxChildren > 0 && aMaxChildren <= kMaxChildren, error = kErrorInvalidArgs); in SetMaxChildrenAllowed()
176 mMaxChildrenAllowed = aMaxChildren; in SetMaxChildrenAllowed()
Dchild_table.hpp217 Error SetMaxChildrenAllowed(uint16_t aMaxChildren);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp47 otError otThreadSetMaxAllowedChildren(otInstance *aInstance, uint16_t aMaxChildren) in otThreadSetMaxAllowedChildren() argument
49 return AsCoreType(aInstance).Get<ChildTable>().SetMaxChildrenAllowed(aMaxChildren); in otThreadSetMaxAllowedChildren()
/openthread-latest/include/openthread/
Dthread_ftd.h147 otError otThreadSetMaxAllowedChildren(otInstance *aInstance, uint16_t aMaxChildren);