Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1853 mDNSu32 LargeAnswers; // Number of answers with rdata > 1024 bytes member
H A DmDNS.c3285 …mDNSBool ucast = (q->LargeAnswers || q->RequestUnicast) && m->CanReceiveUnicastOn5353 && intf->Sup… in BuildQuestion()
4524 if (cr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++; in CacheRecordAdd()
4629 if (cr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--; in CacheRecordRmv()
5056 if (cr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++; in AnswerNewQuestion()
11450 if (cr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--; in CacheRecordRmvEventsForCurrentQuestion()
11820 question->LargeAnswers = 0; in InitCommonState()