/openthread-latest/src/cli/ |
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.cpp | 2016 OutputLine(kIndentSize, "%s: %lu", metric.mName, ToUlong(metrics.*metric.mValuePtr)); in Process() 2023 OutputLine(kIndentSize, "%s: %lu", metric.mName, ToUlong(metrics.*metric.mValuePtr)); in Process() 2262 … OutputLine(kIndentSize, "%s: %lu", counter.mName, ToUlong(macCounters->*counter.mValuePtr)); in Process() 2269 … OutputLine(kIndentSize, "%s: %lu", counter.mName, ToUlong(macCounters->*counter.mValuePtr)); in Process() 5232 OutputFormat(kIndentSize, "%u-links:{ ", linkQuality); in HandleMeshDiagDiscoverDone() 5250 OutputLine(kIndentSize, "ip6-addrs:"); in HandleMeshDiagDiscoverDone() 5254 OutputSpaces(kIndentSize * 2); in HandleMeshDiagDiscoverDone() 5269 OutputLine(kIndentSize, "children:"); in HandleMeshDiagDiscoverDone() 5273 …OutputFormat(kIndentSize * 2, "rloc16:0x%04x lq:%u, mode:%s", childInfo.mRloc16, childInfo.mLinkQu… in HandleMeshDiagDiscoverDone() 5291 OutputLine(kIndentSize, "children: none"); in HandleMeshDiagDiscoverDone() [all …]
|
D | cli_srp_server.hpp | 82 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::SrpServer
|
D | cli_mac_filter.hpp | 83 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::MacFilter
|
D | cli_srp_client.hpp | 81 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::SrpClient
|
D | cli_link_metrics.hpp | 80 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 | 96 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 | 88 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::Mdns
|
D | cli.hpp | 193 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::Interpreter
|
D | cli_dns.cpp | 609 OutputDnsServiceInfo(kIndentSize, serviceInfo); in HandleDnsBrowseResponse()
|