Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2947 mDNSu32 forecast = *answerforecast + anoninfo_space; in BuildQuestion() local
2971 forecast += 12 + rr->resrec.rdestimate; in BuildQuestion()
2974 if (query->h.numQuestions > 1 && newptr + forecast >= limit) in BuildQuestion()
2978 … q->qname.c, DNSTypeName(q->qtype), newptr + forecast - query->data, query->h.numQuestions); in BuildQuestion()
2987 *answerforecast = forecast; // Update the forecast in BuildQuestion()
3226 mDNSu32 forecast = (mDNSu32)DomainNameLength(&q->qname) + 4; in AccelerateThisQuery() local
3237 forecast += 12 + rr->resrec.rdestimate; in AccelerateThisQuery()
3238 …if (forecast >= 512) return(mDNSfalse); // If this would add 512 bytes or more to the packet, don'… in AccelerateThisQuery()
3614 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate; in SendQueries() local
3615 …mDNSu8 *newptr = putQuestion(&m->omsg, queryptr, limit - forecast, ar->resrec.name, kDNSQType_ANY,… in SendQueries()
[all …]