Searched refs:PrivateQuery (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1051 if (PrivateQuery(q)) { LogMsg("sendChallengeResponse: ERROR!!: Private Query %##s (%s)", q->qname.c, DNSTypeName(q->qtype)); return; }
1136 if (PrivateQuery(q))
1633 if (PrivateQuery(q))
1640 // for "PrivateQuery". But sometimes this can happen due to some race conditions. When we
4112 if (PrivateQuery(q))
4118 if (PrivateQuery(q) && !q->tcp)
4124 // question (PrivateQuery). If we free, we reset the state to something other than LLQ_Established.
4132 // without any additional discovery for PrivateQuery, things work.
4142 LogInfo("sendLLQRefresh: using existing %s session %##s (%s)", PrivateQuery(q) ? "TLS" : "UDP",
4177 if (!PrivateQuery(
[all...]
H A DmDNSEmbeddedAPI.h1622 #define PrivateQuery(Q) ((Q)->AuthInfo && (Q)->AuthInfo->AutoTunnel) macro
H A Duds_daemon.c5847 PrivateQuery(q) ? "P" : q->ValidationRequired ? "V" : q->ValidatingResponse ? "R" : " ",
H A DmDNS.c5398 if (RRTypeIsAddressType(question->qtype) && PrivateQuery(question) &&
5410 question->qname.c, DNSTypeName(question->qtype), PrivateQuery(question) ? " (Private)" : "", ScheduleImmediately ? " ScheduleImmediately" : "");

Completed in 167 milliseconds