Searched defs:negttl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c8289 mDNSu32 negttl = 60; local
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); // Ad
[all...]

Completed in 108 milliseconds