Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Ddns_client.hpp183 … RecursionFlag GetRecursionFlag(void) const { return static_cast<RecursionFlag>(mRecursionFlag); } in GetRecursionFlag()
218 …void SetRecursionFlag(RecursionFlag aFlag) { mRecursionFlag = static_cast<otDnsRecursionFlag>(aFla… in SetRecursionFlag()
/external/openthread/include/openthread/
Ddns_client.h95 …otDnsRecursionFlag mRecursionFlag; ///< Indicates whether the server can resolve the query recur… member
/external/openthread/src/cli/
Dcli.cpp1753 … (defaultConfig->mRecursionFlag == OT_DNS_FLAG_RECURSION_DESIRED) ? "yes" : "no"); in Process()
1835 …aConfig->mRecursionFlag = recursionDesired ? OT_DNS_FLAG_RECURSION_DESIRED : OT_DNS_FLAG_NO_RECURS… in GetDnsConfig()