Lines Matching defs:new
166 DNSServer *new;
174 // penalize DNS server and no new servers to pick for the question and hence qDNSServer is NULL. If we
197 // We penalize the server so that new queries don't pick this server for DNSSERVER_PENALTY_TIME
216 new = GetServerForQuestion(m, q);
219 if (new == orig)
221 if (new)
222 LogMsg("PenalizeDNSServer: ERROR!! GetServerForQuestion returned the same server %#a:%d", &new->addr,
223 mDNSVal16(new->port));
230 // The new DNSServer is set in DNSServerChangeForQuestion
231 DNSServerChangeForQuestion(m, q, new);
233 if (new)
262 // 2. uDNS_CheckCurrentQuestion will create a new cache entry and answer this question
385 // Caution: Only zero AutoTunnelHostRecord.namestorage and AutoTunnelNAT.clientContext AFTER we've determined that this is a NEW DomainAuthInfo
397 // Check to see if adding this new DomainAuthInfo has changed the credentials for any of our questions
561 // Note: It important that new traversal requests are appended at the *end* of the list, not prepended at the start
607 *n = traversal; // Append new NATTraversalInfo to the end of our list
764 if (!llq) // Retransmission: need to make a new LLQOptData
1167 // We get here when we fail to establish a new TCP/TLS connection that would have been used for a new LLQ request or an LLQ renewal.
1210 // will attempt to establish a new tcp connection.
1808 // previously registered and we have a new target OR deregister SRV (and the associated
1944 // We were behind a NAT, and now we are behind a new NAT, or
2029 // target or nat changed. deregister service. upon completion, we'll look for a new target
2035 LogInfo("UpdateOneSRVRecord: SRV record changed for service %##s, registering with new target %##s",
2087 mDNS_Deregister(m, &h->arv4); // mStatus_MemFree callback will re-register with new address
2147 // If we're still in the Hostnames list, update to new address
2168 // don't unlink or free - we can retry when we get a new address/router
2294 // allocate and format new address record
2387 // AdvertiseHostname will only register new address records.
2595 // add new RData
2813 // new RData that will be added
3130 rr->state = regState_NoTarget; // NoTarget will allow us to pick up new target OR nat traversal state
3526 // while the first TCP connection is in progress. We need a new TCP connection to the
3527 // new DNS server. So, always try to establish a new connection.
3611 LogInfo("sendLLQRefresh setting up new TLS session %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
3782 LogMsg("ERROR: New resource record's class (%d) does not match zone class (%d)", newRR->resrec.rrclass, zoneData->ZoneClass);
4213 DNSServer *new;
4217 // handle all the work including setting the new DNS server.
4219 new = GetServerForQuestion(m, q);
4220 if (new)
4223 q, q->qname.c, DNSTypeName(q->qtype), new ? &new->addr : mDNSNULL, mDNSVal16(new ? new->port : zeroIPPort), q->ThisQInterval);
4224 DNSServerChangeForQuestion(m, q, new);
4335 // Pick a new DNS server now. Otherwise, when the cache is 80% of its expiry, we will try
4469 // and (3) we have new data to give the client that's changed since the last callback
4533 // be accepted as a valid response. If we accept the response, we might free the new "nta"
4634 // in OrigRData and the updated value is in InFlightRData. Free the old and the new
4689 LogInfo("mDNS_AddSearchDomain created new %##s, InterfaceID %p", domain->c, InterfaceID);
4944 // does this. When we restart the question, we first want to try the new search domains rather
4946 // have created cache entries which is no longer valid as there are new search domains now