Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dthread_ftd.h773 otError otThreadSetMaxChildIpAddresses(otInstance *aInstance, uint8_t aMaxIpAddresses);
/openthread-3.5.0/src/core/api/
Dthread_ftd_api.cpp61 otError otThreadSetMaxChildIpAddresses(otInstance *aInstance, uint8_t aMaxIpAddresses) in otThreadSetMaxChildIpAddresses() function
/openthread-3.5.0/src/cli/
Dcli.cpp1725 … error = ProcessGetSet(aArgs + 1, otThreadGetMaxChildIpAddresses, otThreadSetMaxChildIpAddresses); in Process()