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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c100 #define SmallRecordLimit 1024 macro
3003 rr->resrec.rdlength <= SmallRecordLimit && // which is small enough to sensibly fit in the packet
3274 if (rr->resrec.rdlength <= SmallRecordLimit && // which is small enough to sensibly fit in the packet
4184 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++;
4286 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--;
4694 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++;
7401 if (SameNameRecordAnswersQuestion(&cr->resrec, &pktq) && cr->resrec.rdlength <= SmallRecordLimit)
11108 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--;

Completed in 107 milliseconds