Searched refs:OT_DNS_FLAG_RECURSION_DESIRED (Results 1 – 3 of 3) sorted by relevance
65 …OT_DNS_FLAG_RECURSION_DESIRED = 1, ///< Indicates DNS name server can resolve the query recursivel… enumerator
131 …kFlagRecursionDesired = OT_DNS_FLAG_RECURSION_DESIRED, ///< Server can resolve the query recursive…
3018 … (defaultConfig->mRecursionFlag == OT_DNS_FLAG_RECURSION_DESIRED) ? "yes" : "no"); in Process()3392 …aConfig->mRecursionFlag = recursionDesired ? OT_DNS_FLAG_RECURSION_DESIRED : OT_DNS_FLAG_NO_RECURS… in GetDnsConfig()