Searched defs:answerforecast (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNS.c | 2979 DNSQuestion *q, CacheRecord ***kalistptrptr, mDNSu32 *answerforecast) 2985 mDNSu8 *newptr = putQuestion(query, *queryptr, limit - *answerforecast - anoninfo_space, &q->qname, q->qtype, (mDNSu16)(q->qclass | ucbit)); 2993 mDNSu32 forecast = *answerforecast + anoninfo_space; 3033 *answerforecast = forecast; // Update the forecast 3596 mDNSu32 answerforecast = OwnerRecordSpace + TraceRecordSpace; // Start by assuming we'll need at least enough space to put the Owner+Tracer Option local 3606 q->qname.c, DNSTypeName(q->qtype), queryptr - m->omsg.data, queryptr + answerforecast - m->omsg.data); 3616 BuildQuestion(m, intf, &m->omsg, &queryptr, q, &kalistptr, &answerforecast)) 3657 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate; 3662 answerforecast = forecast; 2978 BuildQuestion(mDNS *const m, const NetworkInterfaceInfo *intf, DNSMessage *query, mDNSu8 **queryptr, DNSQuestion *q, CacheRecord ***kalistptrptr, mDNSu32 *answerforecast) argument
|
Completed in 114 milliseconds