Searched refs:PrivateQuery (Results 1 – 4 of 4) sorted by relevance
1037 …if (PrivateQuery(q)) { LogMsg("sendChallengeResponse: ERROR!!: Private Query %##s (%s)", q->qname.… in sendChallengeResponse()1122 if (PrivateQuery(q)) in recvSetupResponse()1619 if (PrivateQuery(q)) in startLLQHandshake()4092 if (PrivateQuery(q)) in sendLLQRefresh()4098 if (PrivateQuery(q) && !q->tcp) in sendLLQRefresh()4122 … LogInfo("sendLLQRefresh: using existing %s session %##s (%s)", PrivateQuery(q) ? "TLS" : "UDP", in sendLLQRefresh()4157 if (!PrivateQuery(q)) in LLQGotZoneData()4227 if (!PrivateQuery(q)) in PrivateQueryGotZoneData()4705 if (PrivateQuery(q)) in uDNS_CheckCurrentQuestion()4779 private = PrivateQuery(q); in uDNS_CheckCurrentQuestion()
1624 #define PrivateQuery(Q) ((Q)->AuthInfo && (Q)->AuthInfo->AutoTunnel) macro
5794 … PrivateQuery(q) ? "P" : q->ValidationRequired ? "V" : q->ValidatingResponse ? "R" : " ", in udsserver_info()
5329 if (RRTypeIsAddressType(question->qtype) && PrivateQuery(question) && in ActivateUnicastQuery()5341 …question->qname.c, DNSTypeName(question->qtype), PrivateQuery(question) ? " (Private)" : "", Sched… in ActivateUnicastQuery()