Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:pktcount

3152     int pktcount = 0;
3435 // The first time through (pktcount==0), if this record is verified unique
3437 if (!pktcount && active && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow)
3475 // The first time through (pktcount==0), if this record is verified unique
3477 if (!pktcount && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow)
3633 if (++pktcount >= 1000) { LogMsg("SendResponses exceeded loop limit %d: giving up", pktcount); break; }
3640 pktcount = 0; // When we move to a new interface, reset packet count back to zero -- NSEC generation logic uses it
4290 int pktcount = 0;
4999 if (++pktcount >= 1000)
5000 { LogMsg("SendQueries exceeded loop limit %d: giving up", pktcount); break; }