Searched refs:otMeshDiagRouterInfo (Results 1 – 4 of 4) sorted by relevance
| /openthread-latest/include/openthread/ |
| D | mesh_diag.h | 91 typedef struct otMeshDiagRouterInfo struct 133 } otMeshDiagRouterInfo; argument 160 typedef void (*otMeshDiagDiscoverCallback)(otError aError, otMeshDiagRouterInfo *aRouterInfo, void …
|
| /openthread-latest/src/cli/ |
| D | cli_mesh_diag.hpp | 82 …static void HandleMeshDiagDiscoverDone(otError aError, otMeshDiagRouterInfo *aRouterInfo, void *aC… 84 void HandleMeshDiagDiscoverDone(otError aError, otMeshDiagRouterInfo *aRouterInfo);
|
| D | cli_mesh_diag.cpp | 303 void MeshDiag::HandleMeshDiagDiscoverDone(otError aError, otMeshDiagRouterInfo *aRouterInfo, void *… in HandleMeshDiagDiscoverDone() 308 void MeshDiag::HandleMeshDiagDiscoverDone(otError aError, otMeshDiagRouterInfo *aRouterInfo) in HandleMeshDiagDiscoverDone()
|
| /openthread-latest/src/core/utils/ |
| D | mesh_diag.hpp | 111 class RouterInfo : public otMeshDiagRouterInfo, public Clearable<RouterInfo> 315 DefineCoreType(otMeshDiagRouterInfo, Utils::MeshDiag::RouterInfo);
|