Home | History | Annotate | Download | only in mDNSCore

Lines Matching defs:private

423 	// send msg if we have a router and it is a private address
483 LogMsg("Double NAT (external NAT gateway address %.4a is also a private RFC 1918 address)", &ExtAddr);
735 // 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
755 if (PrivateQuery(q)) { LogMsg("sendChallengeResponse: ERROR!!: Private Query %##s (%s)", q->qname.c, DNSTypeName(q->qtype)); return; }
837 // an issue for private LLQs, because we skip parts 2 and 3 of the handshake. This is related to a bigger
842 LogInfo("Private LLQ_SecondaryRequest; copying id %08X%08X", llq->id.l[0], llq->id.l[1]);
963 // Private DNS operations -- private queries, private LLQs, private record updates and private service updates
1347 q->state = LLQ_SecondaryRequest; // Right now, for private DNS, we skip the four-way LLQ handshake
1515 // If the AuthInfo has the AutoTunnel field set, then we want private or nothing
1521 GetZoneData_StartQuery(m, zd, kDNSType_SRV); // Try again, non-private this time
1599 //LogMsg("GetZoneData_StartQuery %##s (%s) %p", zd->question.qname.c, DNSTypeName(zd->question.qtype), zd->question.Private);
1657 // that they are created internally while resolving a private query or LLQs.
1665 // because that would result in an infinite loop (i.e. to do a private query we first need to get
2665 if (rr->Private)
2670 if (!rr->nta) { LogMsg("SendRecordRegistration:Private:ERROR!! nta is NULL for %s", ARDisplayString(m, rr)); return; }
2783 if (anchorRR->Private)
3247 // Retry without lease only for non-Private domains
3249 if (!rr->Private && rr->uselease && err == mStatus_UnknownErr && mDNSSameIPPort(UpdatePort, UnicastDNSPort))
3417 if (q->AuthInfo) return(mDNStrue); // Don't need a test query for private queries sent directly to authoritative server over TLS/TCP
3696 LogInfo("PrivateQueryGotZoneData %##s (%s) err %d Zone %##s Private %d", q->qname.c, DNSTypeName(q->qtype), err, zoneInfo->ZoneName.c, zoneInfo->ZonePrivate);
3713 debugf("Private port lookup failed -- retrying without TLS -- %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
3714 q->AuthInfo = mDNSNULL; // Clear AuthInfo so we try again non-private
3723 // Next call to uDNS_CheckCurrentQuestion() will do this as a non-private query
3728 LogMsg("PrivateQueryGotZoneData: ERROR!! Not a private query %##s (%s) AuthInfo %p", q->qname.c, DNSTypeName(q->qtype), q->AuthInfo);
3790 // organizations use their own private pseudo-TLD, like ".home", etc, and we don't want to block that.
3826 newRR->Private = zoneData->ZonePrivate;
3860 // and a private address, and update server is non-private
3942 if (rr->Private)
3947 if (!rr->nta) { LogMsg("SendRecordDeregistration:Private:ERROR!! nta is NULL for %s", ARDisplayString(m, rr)); return; }
4233 mDNSBool private = mDNSfalse;
4240 private = PrivateQuery(q);
4253 //LogMsg("uDNS_CheckCurrentQuestion %p %d %p %##s (%s)", q, NextQSendTime(q) - m->timenow, private, q->qname.c, DNSTypeName(q->qtype));
4254 if (private)
4278 if (private && q->state != LLQ_Poll)
4286 LogInfo("uDNS_CheckCurrentQuestion: private non polling question for %##s (%s) will be retried in %d ms", q->qname.c, DNSTypeName(q->qtype), q->ThisQInterval);