Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/api/
H A Dmesh_diag_api.cpp80 …return AsCoreType(aInstance).Get<Utils::MeshDiag>().QueryChildrenIp6Addrs(aRloc16, aCallback, aCon… in otMeshDiagQueryChildrenIp6Addrs()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dmesh_diag.hpp212 Error QueryChildrenIp6Addrs(uint16_t aRloc16, ChildIp6AddrsCallback aCallback, void *aContext);
H A Dmesh_diag.cpp208 Error MeshDiag::QueryChildrenIp6Addrs(uint16_t aRloc16, ChildIp6AddrsCallback aCallback, void *aCon… in QueryChildrenIp6Addrs() function in ot::Utils::MeshDiag