Searched refs:aChildEntry (Results 1 – 3 of 3) sorted by relevance
/openthread-3.6.0/src/cli/ |
D | cli.cpp | 5241 const otMeshDiagChildEntry *aChildEntry, in HandleMeshDiagQueryChildTableResult() argument 5244 …einterpret_cast<Interpreter *>(aContext)->HandleMeshDiagQueryChildTableResult(aError, aChildEntry); in HandleMeshDiagQueryChildTableResult() 5247 …reter::HandleMeshDiagQueryChildTableResult(otError aError, const otMeshDiagChildEntry *aChildEntry) in HandleMeshDiagQueryChildTableResult() argument 5252 VerifyOrExit(aChildEntry != nullptr); in HandleMeshDiagQueryChildTableResult() 5254 OutputFormat("rloc16:0x%04x ext-addr:", aChildEntry->mRloc16); in HandleMeshDiagQueryChildTableResult() 5255 OutputExtAddress(aChildEntry->mExtAddress); in HandleMeshDiagQueryChildTableResult() 5256 OutputLine(" ver:%u", aChildEntry->mVersion); in HandleMeshDiagQueryChildTableResult() 5258 OutputLine(kIndentSize, "timeout:%lu age:%lu supvn:%u q-msg:%u", ToUlong(aChildEntry->mTimeout), in HandleMeshDiagQueryChildTableResult() 5259 … ToUlong(aChildEntry->mAge), aChildEntry->mSupervisionInterval, aChildEntry->mQueuedMessageCount); in HandleMeshDiagQueryChildTableResult() 5261 … OutputLine(kIndentSize, "rx-on:%s type:%s full-net:%s", aChildEntry->mRxOnWhenIdle ? "yes" : "no", in HandleMeshDiagQueryChildTableResult() [all …]
|
D | cli.hpp | 424 const otMeshDiagChildEntry *aChildEntry, 426 … HandleMeshDiagQueryChildTableResult(otError aError, const otMeshDiagChildEntry *aChildEntry); 474 void OutputChildTableEntry(uint8_t aIndentSize, const otNetworkDiagChildEntry &aChildEntry);
|
/openthread-3.6.0/include/openthread/ |
D | mesh_diag.h | 281 const otMeshDiagChildEntry *aChildEntry,
|