OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LargeAnswers
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
3801
mDNSBool ucast = (q->
LargeAnswers
|| q->RequestUnicast) && m->CanReceiveUnicastOn5353 && intf->SupportsUnicastMDNSResponse;
5563
// We stop when we get to NewQuestions -- if we increment their CurrentAnswers/
LargeAnswers
/UniqueAnswers
5597
if (cr->resrec.rdlength > SmallRecordLimit) q->
LargeAnswers
++;
5675
// We stop when we get to NewQuestions -- for new questions their CurrentAnswers/
LargeAnswers
/UniqueAnswers counters
5701
if (cr->resrec.rdlength > SmallRecordLimit) q->
LargeAnswers
--;
6184
if (cr->resrec.rdlength > SmallRecordLimit) q->
LargeAnswers
++;
14582
if (cr->resrec.rdlength > SmallRecordLimit) q->
LargeAnswers
--;
14956
question->
LargeAnswers
= 0;
mDNSEmbeddedAPI.h
2005
mDNSu32
LargeAnswers
; // Number of answers with rdata > 1024 bytes
Completed in 57 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026