Searched refs:OT_DNS_FLAG_NO_RECURSION (Results 1 – 3 of 3) sorted by relevance
66 …OT_DNS_FLAG_NO_RECURSION = 2, ///< Indicates DNS name server can not resolve the query recurs… enumerator
128 …kFlagNoRecursion = OT_DNS_FLAG_NO_RECURSION, ///< Server can not resolve the query recur…
1835 …nfig->mRecursionFlag = recursionDesired ? OT_DNS_FLAG_RECURSION_DESIRED : OT_DNS_FLAG_NO_RECURSION; in GetDnsConfig()