Searched refs:mRecursionFlag (Results 1 – 3 of 3) sorted by relevance
125 …otDnsRecursionFlag mRecursionFlag; ///< Indicates whether the server can resolve the query recu… member
212 … RecursionFlag GetRecursionFlag(void) const { return static_cast<RecursionFlag>(mRecursionFlag); } in GetRecursionFlag()266 …void SetRecursionFlag(RecursionFlag aFlag) { mRecursionFlag = static_cast<otDnsRecursionFlag>(aFla… in SetRecursionFlag()
143 (defaultConfig->mRecursionFlag == OT_DNS_FLAG_RECURSION_DESIRED) ? "yes" : "no"); in Process()444 …aConfig->mRecursionFlag = recursionDesired ? OT_DNS_FLAG_RECURSION_DESIRED : OT_DNS_FLAG_NO_RECURS… in GetDnsConfig()