Lines Matching defs:private

539     // send msg if the router's address is private (which means it's non-zero)
694 LogMsg("Double NAT (external NAT gateway address %.4a is also a private RFC 1918 address)", &ExtAddr);
1017 // To work around this, if we find that the source address for our TCP connection is not a private address, we tell the Dot Mac
1119 // an issue for private LLQs, because we skip parts 2 and 3 of the handshake. This is related to a bigger
1245 // Private DNS operations -- private queries, private LLQs, private record updates and private service updates
1646 q->state = LLQ_SecondaryRequest; // Right now, for private DNS, we skip the four-way LLQ handshake
1808 // If the AuthInfo has the AutoTunnel field set, then we want private or nothing
1814 GetZoneData_StartQuery(m, zd, kDNSType_SRV); // Try again, non-private this time
1962 // that they are created internally while resolving a private query or LLQs.
1970 // because that would result in an infinite loop (i.e. to do a private query we first need to get
3906 if (q->AuthInfo) return(mDNStrue); // Don't need a test query for private queries sent directly to authoritative server over TLS/TCP
4215 q->AuthInfo = mDNSNULL; // Clear AuthInfo so we try again non-private
4224 // Next call to uDNS_CheckCurrentQuestion() will do this as a non-private query
4229 LogMsg("PrivateQueryGotZoneData: ERROR!! Not a private query %##s (%s) AuthInfo %p", q->qname.c, DNSTypeName(q->qtype), q->AuthInfo);
4291 // organizations use their own private pseudo-TLD, like ".home", etc, and we don't want to block that.
4361 // and a private address, and update server is non-private
4765 mDNSBool private = mDNSfalse;
4779 private = PrivateQuery(q);
4792 //LogMsg("uDNS_CheckCurrentQuestion %p %d %p %##s (%s)", q, NextQSendTime(q) - m->timenow, private, q->qname.c, DNSTypeName(q->qtype));
4793 if (private)
4821 if (private && q->state != LLQ_Poll)
4829 LogInfo("uDNS_CheckCurrentQuestion: private non polling question for %##s (%s) will be retried in %d ms", q->qname.c, DNSTypeName(q->qtype), q->ThisQInterval);