Searched refs:LargeAnswers (Results 1 – 2 of 2) sorted by relevance
1908 mDNSu32 LargeAnswers; // Number of answers with rdata > 1024 bytes member
3411 mDNSBool ucast = (q->LargeAnswers || q->RequestUnicast) && m->CanReceiveUnicastOn5353; in BuildQuestion()4041 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++; in CacheRecordAdd()4111 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--; in CacheRecordRmv()4277 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++; in AnswerNewQuestion()5834 question->LargeAnswers = 0; in mDNS_StartQuery_internal()