Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/api/
H A Dmesh_diag_api.cpp75 otError otMeshDiagQueryChildrenIp6Addrs(otInstance *aInstance, in otMeshDiagQueryChildrenIp6Addrs() function
/aosp_15_r20/external/openthread/include/openthread/
H A Dmesh_diag.h340 otError otMeshDiagQueryChildrenIp6Addrs(otInstance *aInstance,
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp5140 SuccessOrExit(error = otMeshDiagQueryChildrenIp6Addrs(GetInstancePtr(), parentRloc16, in Process()