Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h764 uint8_t otThreadGetMaxChildIpAddresses(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp55 uint8_t otThreadGetMaxChildIpAddresses(otInstance *aInstance) in otThreadGetMaxChildIpAddresses() function
/openthread-latest/src/cli/
Dcli.cpp1819 error = ProcessGet(aArgs + 1, otThreadGetMaxChildIpAddresses); in Process()
1831 … error = ProcessGetSet(aArgs + 1, otThreadGetMaxChildIpAddresses, otThreadSetMaxChildIpAddresses); in Process()