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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2981 mDNSBool ucast = (q->LargeAnswers || q->RequestUnicast) && m->CanReceiveUnicastOn5353 && intf->SupportsUnicastMDNSResponse;
4151 // We stop when we get to NewQuestions -- if we increment their CurrentAnswers/LargeAnswers/UniqueAnswers
4184 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++;
4262 // We stop when we get to NewQuestions -- for new questions their CurrentAnswers/LargeAnswers/UniqueAnswers counters
4286 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--;
4694 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++;
11108 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--;
11485 question->LargeAnswers = 0;
H A DmDNSEmbeddedAPI.h1919 mDNSu32 LargeAnswers; // Number of answers with rdata > 1024 bytes member in struct:DNSQuestion_struct

Completed in 110 milliseconds