Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1908 mDNSu32 LargeAnswers; // Number of answers with rdata > 1024 bytes member
H A DmDNS.c3411 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()