Searched refs:answerforecast (Results 1 – 1 of 1) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 2565 CacheRecord ***kalistptrptr, mDNSu32 *answerforecast) in BuildQuestion() argument 2570 …mDNSu8 *newptr = putQuestion(query, *queryptr, limit - *answerforecast, &q->qname, q->qtype, (mDNS… in BuildQuestion() 2578 mDNSu32 forecast = *answerforecast; in BuildQuestion() 2618 *answerforecast = forecast; // Update the forecast in BuildQuestion() 3088 …mDNSu32 answerforecast = OwnerRecordSpace; // We start by assuming we'll need at least enough spa… in SendQueries() local 3097 …q->qname.c, DNSTypeName(q->qtype), queryptr - m->omsg.data, queryptr + answerforecast - m->omsg.da… in SendQueries() 3101 BuildQuestion(m, &m->omsg, &queryptr, q, &kalistptr, &answerforecast)) in SendQueries() 3121 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate; in SendQueries() 3126 answerforecast = forecast; in SendQueries()
|