Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c3283 … DNSQuestion *q, CacheRecord ***kalistptrptr, mDNSu32 *answerforecast) in BuildQuestion() argument
3288 …mDNSu8 *newptr = putQuestion(query, *queryptr, limit - *answerforecast, &q->qname, q->qtype, (mDNS… in BuildQuestion()
3296 mDNSu32 forecast = *answerforecast; in BuildQuestion()
3335 *answerforecast = forecast; // Update the forecast in BuildQuestion()
3876 …mDNSu32 answerforecast = OwnerRecordSpace + TraceRecordSpace; // Start by assuming we'll need at … in SendQueries() local
3886 …>qname.c, DNSTypeName(q->qtype), queryptr - m->omsg.data, queryptr + answerforecast - m->omsg.data… in SendQueries()
3895 BuildQuestion(m, intf, &m->omsg, &queryptr, q, &kalistptr, &answerforecast)) in SendQueries()
3934 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate; in SendQueries()
3960 answerforecast = forecast; in SendQueries()
3964 …ar->resrec.rrtype), ar->ProbeCount, ar->resrec.InterfaceID, ar->resrec.rdestimate, answerforecast); in SendQueries()