Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3681 else if (q->CurrentAnswers == 0 && q->ThisQInterval == InitialQuestionInterval * 8) in SendQueries()
3927 …q->CurrentAnswers, AddRecord ? "Add" : "Rmv", rr->resrec.rroriginalttl, rr->resrec.name->c, DNSTyp… in AnswerQuestionWithResourceRecord()
4040 q->CurrentAnswers++; in CacheRecordAdd()
4043 if (q->CurrentAnswers > 4000) in CacheRecordAdd()
4048 q->qname.c, DNSTypeName(q->qtype), q->CurrentAnswers); in CacheRecordAdd()
4105 if (q->CurrentAnswers == 0) in CacheRecordRmv()
4110 q->CurrentAnswers--; in CacheRecordRmv()
4114 if (q->CurrentAnswers == 0) in CacheRecordRmv()
4276 q->CurrentAnswers++; in AnswerNewQuestion()
5833 question->CurrentAnswers = 0; in mDNS_StartQuery_internal()
H A DmDNSEmbeddedAPI.h1907 …mDNSu32 CurrentAnswers; // Number of records currently in the cache that answer this… member