Searched refs:answerforecast (Results 1 – 1 of 1) sorted by relevance
| /titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| H A D | mDNS.c | 3409 CacheRecord ***kalistptrptr, mDNSu32 *answerforecast) in BuildQuestion() argument 3420 else if (newptr + *answerforecast >= limit) in BuildQuestion() 3423 q->qname.c, newptr + *answerforecast - query->data); in BuildQuestion() 3429 mDNSu32 forecast = *answerforecast; in BuildQuestion() 3481 *answerforecast = forecast; // Update the forecast in BuildQuestion() 3776 mDNSu32 answerforecast = 0; in SendQueries() local 3784 …q->qname.c, DNSTypeName(q->qtype), queryptr - m->omsg.data, queryptr + answerforecast - m->omsg.da… in SendQueries() 3787 BuildQuestion(m, &m->omsg, &queryptr, q, &kalistptr, &answerforecast)) in SendQueries() 3800 mDNSu32 forecast = answerforecast + 12 + rr->resrec.rdestimate; in SendQueries() 3804 answerforecast = forecast; in SendQueries()
|