Home
last modified time | relevance | path

Searched refs:forecast (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c3296 mDNSu32 forecast = *answerforecast; in BuildQuestion() local
3319 forecast += 12 + cr->resrec.rdestimate; in BuildQuestion()
3322 if (query->h.numQuestions > 1 && newptr + forecast >= limit) in BuildQuestion()
3326 … q->qname.c, DNSTypeName(q->qtype), newptr + forecast - query->data, query->h.numQuestions); in BuildQuestion()
3335 *answerforecast = forecast; // Update the forecast in BuildQuestion()
3575 mDNSu32 forecast = (mDNSu32)DomainNameLength(&q->qname) + 4; in AccelerateThisQuery() local
3585 forecast += 12 + cr->resrec.rdestimate; in AccelerateThisQuery()
3586 …if (forecast >= 512) return(mDNSfalse); // If this would add 512 bytes or more to the packet, don'… in AccelerateThisQuery()
3934 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate; in SendQueries() local
3956 …mDNSu8 *newptr = putQuestion(&m->omsg, queryptr, limit - forecast, ar->resrec.name, kDNSQType_ANY,… in SendQueries()
[all …]