Searched refs:CurrentAnswers (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c574 q->CurrentAnswers += AddRecord ? 1 : -1;
3431 && (q->CurrentAnswers >= q->BrowseThreshold)
3456 else if (q->CurrentAnswers == 0 && q->ThisQInterval == InitialQuestionInterval * QuestionIntervalStep3 && !q->RequestUnicast &&
3909 q->CurrentAnswers, AddRecord ? "Add" : "Rmv", rr->resrec.rroriginalttl, CRDisplayString(m, rr));
3985 rr->CRActiveQuestion, q, CRDisplayString(m,rr), q->CurrentAnswers);
4151 // We stop when we get to NewQuestions -- if we increment their CurrentAnswers/LargeAnswers/UniqueAnswers
4181 q->CurrentAnswers++;
4186 if (q->CurrentAnswers > 4000)
4191 q->qname.c, DNSTypeName(q->qtype), q->CurrentAnswers);
4262 // We stop when we get to NewQuestions -- for new questions their CurrentAnswers/LargeAnswer
[all...]
H A Duds_daemon.c2209 if (mDNSOpaque16IsZero(question->TargetQID) && (question->BrowseThreshold > 0) && (question->CurrentAnswers >= question->BrowseThreshold))
5848 q->CurrentAnswers, q->validDNSServers.l[1], q->validDNSServers.l[0], q, q->DuplicateOf,
5860 q->CurrentAnswers, DNSTypeName(q->qtype), q->qname.c, q->DuplicateOf ? " (dup)" : "");
H A DmDNSEmbeddedAPI.h1916 mDNSu32 CurrentAnswers; // Number of records currently in the cache that answer this question member in struct:DNSQuestion_struct

Completed in 144 milliseconds