Searched refs:aChildEntry (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/cli/ |
D | cli_mesh_diag.cpp | 425 const otMeshDiagChildEntry *aChildEntry, in HandleMeshDiagQueryChildTableResult() argument 428 … reinterpret_cast<MeshDiag *>(aContext)->HandleMeshDiagQueryChildTableResult(aError, aChildEntry); in HandleMeshDiagQueryChildTableResult() 431 …hDiag::HandleMeshDiagQueryChildTableResult(otError aError, const otMeshDiagChildEntry *aChildEntry) in HandleMeshDiagQueryChildTableResult() argument 436 VerifyOrExit(aChildEntry != nullptr); in HandleMeshDiagQueryChildTableResult() 438 OutputFormat("rloc16:0x%04x ext-addr:", aChildEntry->mRloc16); in HandleMeshDiagQueryChildTableResult() 439 OutputExtAddress(aChildEntry->mExtAddress); in HandleMeshDiagQueryChildTableResult() 440 OutputLine(" ver:%u", aChildEntry->mVersion); in HandleMeshDiagQueryChildTableResult() 442 OutputLine(kIndentSize, "timeout:%lu age:%lu supvn:%u q-msg:%u", ToUlong(aChildEntry->mTimeout), in HandleMeshDiagQueryChildTableResult() 443 … ToUlong(aChildEntry->mAge), aChildEntry->mSupervisionInterval, aChildEntry->mQueuedMessageCount); in HandleMeshDiagQueryChildTableResult() 445 … OutputLine(kIndentSize, "rx-on:%s type:%s full-net:%s", aChildEntry->mRxOnWhenIdle ? "yes" : "no", in HandleMeshDiagQueryChildTableResult() [all …]
|
D | cli_mesh_diag.hpp | 87 const otMeshDiagChildEntry *aChildEntry, 90 … void HandleMeshDiagQueryChildTableResult(otError aError, const otMeshDiagChildEntry *aChildEntry);
|
D | cli.hpp | 268 void OutputChildTableEntry(uint8_t aIndentSize, const otNetworkDiagChildEntry &aChildEntry);
|
D | cli.cpp | 7789 …Interpreter::OutputChildTableEntry(uint8_t aIndentSize, const otNetworkDiagChildEntry &aChildEntry) in OutputChildTableEntry() argument 7791 OutputLine("ChildId: 0x%04x", aChildEntry.mChildId); in OutputChildTableEntry() 7793 OutputLine(aIndentSize, "Timeout: %u", aChildEntry.mTimeout); in OutputChildTableEntry() 7794 OutputLine(aIndentSize, "Link Quality: %u", aChildEntry.mLinkQuality); in OutputChildTableEntry() 7796 OutputMode(aIndentSize + kIndentSize, aChildEntry.mMode); in OutputChildTableEntry()
|
/openthread-latest/include/openthread/ |
D | mesh_diag.h | 264 const otMeshDiagChildEntry *aChildEntry,
|