Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
DIdentify.c68 static volatile int NumAnswers, NumAddr, NumAAAA, NumHINFO; variable
129 NumAnswers++; in InfoCallback()
138 NumAnswers++; in InfoCallback()
155 NumAnswers++; in InfoCallback()
173 NumAnswers++; in ServicesCallback()
184 NumAnswers = 0; in WaitForAnswer()
197 if (!NumAnswers) printf("No response after %d seconds\n", seconds); in WaitForAnswer()
252 if (StopNow == 0 && NumAnswers == 0 && target && target->type) in DoQuery()
257 if (StopNow == 0 && NumAnswers == 0) in DoQuery()
355 else if (NumAnswers) printf("%s has no HINFO record\n", hostname); in main()
[all …]
DNetMonitor.c134 static int NumProbes, NumGoodbyes, NumQuestions, NumLegacy, NumAnswers, NumAdditionals; variable
718 NumAnswers++; in DisplayResponse()
908 …mprintf("Total Answers/Announcements: %7d (avg%5d/min)\n", NumAnswers, NumAnswers *… in mDNSNetMonitor()