Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Ddns_client.h65OT_DNS_FLAG_RECURSION_DESIRED = 1, ///< Indicates DNS name server can resolve the query recursivel… enumerator
/openthread-3.4.0/src/core/net/
Ddns_client.hpp131 …kFlagRecursionDesired = OT_DNS_FLAG_RECURSION_DESIRED, ///< Server can resolve the query recursive…
/openthread-3.4.0/src/cli/
Dcli.cpp3018 … (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()