Searched refs:answerforecast (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNS.c | 2933 CacheRecord ***kalistptrptr, mDNSu32 *answerforecast) in BuildQuestion() argument 2939 …mDNSu8 *newptr = putQuestion(query, *queryptr, limit - *answerforecast - anoninfo_space, &q->qname… in BuildQuestion() 2947 mDNSu32 forecast = *answerforecast + anoninfo_space; in BuildQuestion() 2987 *answerforecast = forecast; // Update the forecast in BuildQuestion() 3553 …mDNSu32 answerforecast = OwnerRecordSpace + TraceRecordSpace; // Start by assuming we'll need at … in SendQueries() local 3563 …>qname.c, DNSTypeName(q->qtype), queryptr - m->omsg.data, queryptr + answerforecast - m->omsg.data… in SendQueries() 3573 BuildQuestion(m, &m->omsg, &queryptr, q, &kalistptr, &answerforecast)) in SendQueries() 3614 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate; in SendQueries() 3619 answerforecast = forecast; in SendQueries()
|