Lines Matching refs:OutputLine
140 OutputLine("ResponseTimeout: %lu ms", ToUlong(defaultConfig->mResponseTimeout)); in Process()
141 OutputLine("MaxTxAttempts: %u", defaultConfig->mMaxTxAttempts); in Process()
142 OutputLine("RecursionDesired: %s", in Process()
144 OutputLine("ServiceMode: %s", DnsConfigServiceModeToString(defaultConfig->mServiceMode)); in Process()
146 …OutputLine("Nat64Mode: %s", (defaultConfig->mNat64Mode == OT_DNS_NAT64_ALLOW) ? "allow" : "disallo… in Process()
149 …OutputLine("TransportProtocol: %s", (defaultConfig->mTransportProto == OT_DNS_TRANSPORT_UDP) ? "ud… in Process()
555 …OutputLine(aIndentSize, "Port:%d, Priority:%d, Weight:%d, TTL:%lu", aServiceInfo.mPort, aServiceIn… in OutputDnsServiceInfo()
557 OutputLine(aIndentSize, "Host:%s", aServiceInfo.mHostNameBuffer); in OutputDnsServiceInfo()
560 OutputLine(" TTL:%lu", ToUlong(aServiceInfo.mHostAddressTtl)); in OutputDnsServiceInfo()
574 OutputLine(" TTL:%lu", ToUlong(aServiceInfo.mTxtDataTtl)); in OutputDnsServiceInfo()
591 OutputLine("DNS browse response for %s", name); in HandleDnsBrowseResponse()
599 OutputLine("%s", label); in HandleDnsBrowseResponse()
633 OutputLine("DNS service resolution response for %s for service %s", label, name); in HandleDnsServiceResponse()