Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c117 #define SmallRecordLimit 1024 macro
3305 …cr->resrec.rdlength <= SmallRecordLimit && // which is small enough to sensibly f… in BuildQuestion()
3579 …if (cr->resrec.rdlength <= SmallRecordLimit && // which is small enough to sensi… in AccelerateThisQuery()
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()
7806 … if (SameNameCacheRecordAnswersQuestion(cr, &pktq) && cr->resrec.rdlength <= SmallRecordLimit) in ProcessQuery()
11450 if (cr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--; in CacheRecordRmvEventsForCurrentQuestion()