Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1037 …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()
H A DmDNSEmbeddedAPI.h1624 #define PrivateQuery(Q) ((Q)->AuthInfo && (Q)->AuthInfo->AutoTunnel) macro
H A Duds_daemon.c5794PrivateQuery(q) ? "P" : q->ValidationRequired ? "V" : q->ValidatingResponse ? "R" : " ", in udsserver_info()
H A DmDNS.c5329 if (RRTypeIsAddressType(question->qtype) && PrivateQuery(question) && in ActivateUnicastQuery()
5341 …question->qname.c, DNSTypeName(question->qtype), PrivateQuery(question) ? " (Private)" : "", Sched… in ActivateUnicastQuery()