Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3429 mDNSu32 forecast = *answerforecast; in BuildQuestion() local
3446 forecast += 12 + rr->resrec.rdestimate; in BuildQuestion()
3449 if (query->h.numQuestions > 1 && newptr + forecast >= limit) in BuildQuestion()
3452 q->qname.c, DNSTypeName(q->qtype), newptr + forecast - query->data); in BuildQuestion()
3470 if (q->UniqueAnswers || newptr + forecast >= limit) in BuildQuestion()
3481 *answerforecast = forecast; // Update the forecast in BuildQuestion()
3572 mDNSu32 forecast = (mDNSu32)DomainNameLength(&q->qname) + 4; in AccelerateThisQuery() local
3583 forecast += 12 + rr->resrec.rdestimate; in AccelerateThisQuery()
3584 …if (forecast >= 512) return(mDNSfalse); // If this would add 512 bytes or more to the packet, don'… in AccelerateThisQuery()
3800 mDNSu32 forecast = answerforecast + 12 + rr->resrec.rdestimate; in SendQueries() local
[all …]