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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c2043 int pktcount = 0; local
2292 // The first time through (pktcount==0), if this record is verified unique
2294 if (!pktcount && active && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow)
2332 // The first time through (pktcount==0), if this record is verified unique
2334 if (!pktcount && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow)
2425 if (++pktcount >= 1000) { LogMsg("SendResponses exceeded loop limit %d: giving up", pktcount); break; }
2436 pktcount = 0; // When we move to a new interface, reset packet count back to zero -- NSEC generation logic uses it
2855 int pktcount = 0; local
3202 if (++pktcount >
[all...]

Completed in 143 milliseconds