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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c2567 mDNSBool ucast = (q->LargeAnswers || q->RequestUnicast) && m->CanReceiveUnicastOn5353;
3458 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++;
3513 // We stop when we get to NewQuestions -- if we increment their CurrentAnswers/LargeAnswers/UniqueAnswers
3544 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++;
3622 // We stop when we get to NewQuestions -- for new questions their CurrentAnswers/LargeAnswers/UniqueAnswers counters
3655 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--;
3921 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++;
8119 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--;
8382 question->LargeAnswers = 0;
H A DmDNSEmbeddedAPI.h1518 mDNSu32 LargeAnswers; // Number of answers with rdata > 1024 bytes member in struct:DNSQuestion_struct

Completed in 173 milliseconds