Home
last modified time | relevance | path

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

/netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/
DmDNSEmbeddedAPI.h2005 mDNSu32 LargeAnswers; // Number of answers with rdata > 1024 bytes member
DmDNS.c3801 …mDNSBool ucast = (q->LargeAnswers || q->RequestUnicast) && m->CanReceiveUnicastOn5353 && intf->Sup… in BuildQuestion()
5597 if (cr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++; in CacheRecordAdd()
5701 if (cr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--; in CacheRecordRmv()
6184 if (cr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++; in AnswerNewQuestion()
14582 if (cr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--; in CacheRecordRmvEventsForCurrentQuestion()
14956 question->LargeAnswers = 0; in InitCommonState()