Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c7697 int NumAnswersForThisQuestion = 0; in ProcessQuery() local
7743 NumAnswersForThisQuestion++; in ProcessQuery()
7776 if (NumAnswersForThisQuestion == 0 && NSECAnswer) in ProcessQuery()
7778 NumAnswersForThisQuestion++; in ProcessQuery()
7785 …if (NumAnswersForThisQuestion == 0) delayresponse = mDNSPlatformOneSecond; // Divided by 50 = 20ms in ProcessQuery()