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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c91 #define SmallRecordLimit 1024 macro
2588 rr->resrec.rdlength <= SmallRecordLimit && // which is small enough to sensibly fit in the packet
2822 if (rr->resrec.rdlength <= SmallRecordLimit && // which is small enough to sensibly fit in the packet
3458 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++;
3544 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++;
3655 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--;
3921 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++;
5881 if (SameNameRecordAnswersQuestion(&cr->resrec, &pktq) && cr->resrec.rdlength <= SmallRecordLimit)
8119 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--;

Completed in 71 milliseconds