Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dthread_ftd.h738 otError otThreadSetMaxChildIpAddresses(otInstance *aInstance, uint8_t aMaxIpAddresses);
/external/openthread/src/core/api/
Dthread_ftd_api.cpp58 otError otThreadSetMaxChildIpAddresses(otInstance *aInstance, uint8_t aMaxIpAddresses) in otThreadSetMaxChildIpAddresses() function
/external/openthread/src/cli/
Dcli.cpp1972 … error = ProcessGetSet(aArgs + 1, otThreadGetMaxChildIpAddresses, otThreadSetMaxChildIpAddresses); in Process()