Home
last modified time | relevance | path

Searched refs:OT_DNS_FLAG_NO_RECURSION (Results 1 – 3 of 3) sorted by relevance

/external/openthread/include/openthread/
Ddns_client.h66OT_DNS_FLAG_NO_RECURSION = 2, ///< Indicates DNS name server can not resolve the query recurs… enumerator
/external/openthread/src/core/net/
Ddns_client.hpp128 …kFlagNoRecursion = OT_DNS_FLAG_NO_RECURSION, ///< Server can not resolve the query recur…
/external/openthread/src/cli/
Dcli.cpp1835 …nfig->mRecursionFlag = recursionDesired ? OT_DNS_FLAG_RECURSION_DESIRED : OT_DNS_FLAG_NO_RECURSION; in GetDnsConfig()