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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2993 mDNSu32 forecast = *answerforecast + anoninfo_space; local
3016 // We forecast: compressed name (2) type (2) class (2) TTL (4) rdlength (2) rdata (n)
3017 forecast += 12 + rr->resrec.rdestimate;
3020 if (query->h.numQuestions > 1 && newptr + forecast >= limit)
3023 debugf("BuildQuestion: Retracting question %##s (%s) new forecast total %d, total questions %d",
3024 q->qname.c, DNSTypeName(q->qtype), newptr + forecast - query->data, query->h.numQuestions);
3033 *answerforecast = forecast; // Update the forecast
3268 // We forecast: qname (n) type (2) class (2)
3269 mDNSu32 forecast local
3657 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate; local
[all...]

Completed in 93 milliseconds