Searched refs:defaultConfig (Results 1 – 1 of 1) sorted by relevance
136 const otDnsQueryConfig *defaultConfig = otDnsClientGetDefaultConfig(GetInstancePtr()); in Process() local139 OutputSockAddrLine(defaultConfig->mServerSockAddr); in Process()140 OutputLine("ResponseTimeout: %lu ms", ToUlong(defaultConfig->mResponseTimeout)); in Process()141 OutputLine("MaxTxAttempts: %u", defaultConfig->mMaxTxAttempts); in Process()143 (defaultConfig->mRecursionFlag == OT_DNS_FLAG_RECURSION_DESIRED) ? "yes" : "no"); 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()