Searched refs:PrivateQuery (Results 1 – 4 of 4) sorted by relevance
755 …if (PrivateQuery(q)) { LogMsg("sendChallengeResponse: ERROR!!: Private Query %##s (%s)", q->qname.… in sendChallengeResponse()840 if (PrivateQuery(q)) in recvSetupResponse()1320 if (PrivateQuery(q)) in startLLQHandshake()3603 if (PrivateQuery(q)) in sendLLQRefresh()3609 if (PrivateQuery(q) && !q->tcp) in sendLLQRefresh()3621 LogInfo("sendLLQRefresh: using existing %s session %##s (%s)", PrivateQuery(q) ? "TLS" : "UDP", in sendLLQRefresh()3656 if (!PrivateQuery(q)) in LLQGotZoneData()3726 if (!PrivateQuery(q)) in PrivateQueryGotZoneData()4175 if (PrivateQuery(q)) in uDNS_CheckCurrentQuestion()4240 private = PrivateQuery(q); in uDNS_CheckCurrentQuestion()
1305 #define PrivateQuery(Q) ((Q)->AuthInfo && (Q)->AuthInfo->AutoTunnel) macro
4595 if (RRTypeIsAddressType(question->qtype) && PrivateQuery(question) && in ActivateUnicastQuery()4607 …question->qname.c, DNSTypeName(question->qtype), PrivateQuery(question) ? " (Private)" : "", Sched… in ActivateUnicastQuery()
4401 PrivateQuery(q) ? "P" : " ", in udsserver_info()