/openthread-latest/src/cli/ |
D | cli_mesh_diag.cpp | 357 OutputFormat(kIndentSize, "%u-links:{ ", linkQuality); in HandleMeshDiagDiscoverDone() 375 OutputLine(kIndentSize, "ip6-addrs:"); in HandleMeshDiagDiscoverDone() 379 OutputSpaces(kIndentSize * 2); in HandleMeshDiagDiscoverDone() 394 OutputLine(kIndentSize, "children:"); in HandleMeshDiagDiscoverDone() 398 …OutputFormat(kIndentSize * 2, "rloc16:0x%04x lq:%u, mode:%s", childInfo.mRloc16, childInfo.mLinkQu… in HandleMeshDiagDiscoverDone() 416 OutputLine(kIndentSize, "children: none"); in HandleMeshDiagDiscoverDone() 442 OutputLine(kIndentSize, "timeout:%lu age:%lu supvn:%u q-msg:%u", ToUlong(aChildEntry->mTimeout), in HandleMeshDiagQueryChildTableResult() 445 … OutputLine(kIndentSize, "rx-on:%s type:%s full-net:%s", aChildEntry->mRxOnWhenIdle ? "yes" : "no", in HandleMeshDiagQueryChildTableResult() 448 …OutputLine(kIndentSize, "rss - ave:%d last:%d margin:%d", aChildEntry->mAverageRssi, aChildEntry->… in HandleMeshDiagQueryChildTableResult() 453 OutputFormat(kIndentSize, "err-rate - frame:%s%% ", in HandleMeshDiagQueryChildTableResult() [all …]
|
D | cli_srp_server.cpp | 333 OutputLine(kIndentSize, "deleted: %s", isDeleted ? "true" : "false"); in Process() 339 OutputSpaces(kIndentSize); in Process() 441 OutputLine(kIndentSize, "deleted: %s", isDeleted ? "true" : "false"); in Process() 450 OutputFormat(kIndentSize, "subtypes: "); in Process() 469 OutputLine(kIndentSize, "port: %u", otSrpServerServiceGetPort(service)); in Process() 470 OutputLine(kIndentSize, "priority: %u", otSrpServerServiceGetPriority(service)); in Process() 471 OutputLine(kIndentSize, "weight: %u", otSrpServerServiceGetWeight(service)); in Process() 472 OutputLine(kIndentSize, "ttl: %lu", ToUlong(otSrpServerServiceGetTtl(service))); in Process() 473 OutputLine(kIndentSize, "lease: %lu", ToUlong(leaseInfo.mLease / 1000)); in Process() 474 OutputLine(kIndentSize, "key-lease: %lu", ToUlong(leaseInfo.mKeyLease / 1000)); in Process() [all …]
|
D | cli_mdns.cpp | 92 OutputLine(kIndentSize, "%u address:", aHost.mAddressesLength); in OutputHost() 96 OutputFormat(kIndentSize, " "); in OutputHost() 100 OutputLine(kIndentSize, "ttl: %lu", ToUlong(aHost.mTtl)); in OutputHost() 106 OutputLine(kIndentSize, "host: %s", aService.mHostName); in OutputService() 110 OutputLine(kIndentSize, "%u sub-type:", aService.mSubTypeLabelsLength); in OutputService() 114 OutputLine(kIndentSize * 2, "%s", aService.mSubTypeLabels[index]); in OutputService() 118 OutputLine(kIndentSize, "port: %u", aService.mPort); in OutputService() 119 OutputLine(kIndentSize, "priority: %u", aService.mPriority); in OutputService() 120 OutputLine(kIndentSize, "weight: %u", aService.mWeight); in OutputService() 121 OutputLine(kIndentSize, "ttl: %lu", ToUlong(aService.mTtl)); in OutputService() [all …]
|
D | cli_srp_server.hpp | 79 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::SrpServer
|
D | cli_mac_filter.hpp | 80 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::MacFilter
|
D | cli_srp_client.hpp | 78 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::SrpClient
|
D | cli_mesh_diag.hpp | 76 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::MeshDiag
|
D | cli_link_metrics.hpp | 77 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::LinkMetrics
|
D | cli_history.cpp | 1178 constexpr uint8_t kIndentSize = 4; in OutputRxTxEntryListFormat() local 1185 …OutputFormat(kIndentSize, "type:%s len:%u checksum:0x%04x sec:%s prio:%s ", MessageTypeToString(aI… in OutputRxTxEntryListFormat() 1199 OutputFormat(kIndentSize, "src:"); in OutputRxTxEntryListFormat() 1202 OutputFormat(kIndentSize, "dst:"); in OutputRxTxEntryListFormat()
|
D | cli_dns.hpp | 93 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::Dns
|
D | cli_srp_client.cpp | 954 OutputHostInfo(kIndentSize, *aHostInfo); in HandleCallback() 957 OutputServiceList(kIndentSize, aServices); in HandleCallback() 962 OutputServiceList(kIndentSize, aRemovedServices); in HandleCallback()
|
D | cli_mdns.hpp | 85 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::Mdns
|
D | cli.cpp | 2108 OutputLine(kIndentSize, "%s: %lu", metric.mName, ToUlong(metrics.*metric.mValuePtr)); in Process() 2115 OutputLine(kIndentSize, "%s: %lu", metric.mName, ToUlong(metrics.*metric.mValuePtr)); in Process() 2354 … OutputLine(kIndentSize, "%s: %lu", counter.mName, ToUlong(macCounters->*counter.mValuePtr)); in Process() 2361 … OutputLine(kIndentSize, "%s: %lu", counter.mName, ToUlong(macCounters->*counter.mValuePtr)); in Process() 7579 OutputMode(kIndentSize, diagTlv.mData.mMode); in HandleDiagnosticGetResponse() 7586 OutputConnectivity(kIndentSize, diagTlv.mData.mConnectivity); in HandleDiagnosticGetResponse() 7590 OutputRoute(kIndentSize, diagTlv.mData.mRoute); in HandleDiagnosticGetResponse() 7594 OutputLeaderData(kIndentSize, diagTlv.mData.mLeaderData); in HandleDiagnosticGetResponse() 7604 OutputFormat(kIndentSize, "- "); in HandleDiagnosticGetResponse() 7610 OutputNetworkDiagMacCounters(kIndentSize, diagTlv.mData.mMacCounters); in HandleDiagnosticGetResponse() [all …]
|
D | cli.hpp | 188 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::Interpreter
|
D | cli_dns.cpp | 609 OutputDnsServiceInfo(kIndentSize, serviceInfo); in HandleDnsBrowseResponse()
|