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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c1285 Minor change: Increment/decrement logic for q->CurrentAnswers should be in
3681 else if (q->CurrentAnswers == 0 && q->ThisQInterval == InitialQuestionInterval * 8)
3927 q->CurrentAnswers, AddRecord ? "Add" : "Rmv", rr->resrec.rroriginalttl, rr->resrec.name->c, DNSTypeName(rr->resrec.rrtype));
4040 q->CurrentAnswers++;
4043 if (q->CurrentAnswers > 4000)
4048 q->qname.c, DNSTypeName(q->qtype), q->CurrentAnswers);
4105 if (q->CurrentAnswers == 0)
4106 LogMsg("CacheRecordRmv ERROR: How can CurrentAnswers already be zero for %p %##s (%s)?",
4110 q->CurrentAnswers--;
4114 if (q->CurrentAnswers
[all...]
H A DmDNSEmbeddedAPI.h1907 mDNSu32 CurrentAnswers; // Number of records currently in the cache that answer this question member in struct:DNSQuestion_struct

Completed in 132 milliseconds