Lines Matching defs:negttl
8289 mDNSu32 negttl = 60;
8300 if (q.qtype == kDNSType_SOA && SameDomainName(&q.qname, &localdomain)) negttl = 60 * 60 * 24;
8317 if (negttl < ttl_s) negttl = ttl_s;
8350 if (negttl < neg->resrec.rroriginalttl * 2)
8351 negttl = neg->resrec.rroriginalttl * 2;
8352 if (negttl > 3600)
8353 negttl = 3600;
8356 negttl = GetEffectiveTTL(LLQType, negttl); // Add 25% grace period if necessary
8361 LogInfo("mDNSCoreReceiveNoUnicastAnswers: Renewing negative TTL from %d to %d %s", neg->resrec.rroriginalttl, negttl, CRDisplayString(m, neg));
8362 RefreshCacheRecord(m, neg, negttl);
8396 debugf("mDNSCoreReceiveNoUnicastAnswers making negative cache entry TTL %d for %##s (%s)", negttl, name->c, DNSTypeName(q.qtype));
8397 MakeNegativeCacheRecord(m, &m->rec.r, name, hash, q.qtype, q.qclass, negttl, mDNSInterface_Any, qptr->qDNSServer);