Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dthread_ftd.h594 otError otThreadGetChildNextIp6Address(otInstance *aInstance,
/openthread-3.5.0/src/core/api/
Dthread_ftd_api.cpp238 otError otThreadGetChildNextIp6Address(otInstance *aInstance, in otThreadGetChildNextIp6Address() function
/openthread-3.5.0/src/ncp/
Dncp_base_ftd.cpp290 …while (otThreadGetChildNextIp6Address(mInstance, childIndex, &iterator, &ip6Address) == OT_ERROR_N… in HandlePropertyGet()
/openthread-3.5.0/src/cli/
Dcli.cpp1692 … while (otThreadGetChildNextIp6Address(GetInstancePtr(), childIndex, &iterator, &ip6Address) == in Process()