Lines Matching defs:pktcount
2330 int pktcount = 0;
2595 // The first time through (pktcount==0), if this record is verified unique
2597 if (!pktcount && active && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow)
2667 // The first time through (pktcount==0), if this record is verified unique
2669 if (!pktcount && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow)
2795 if (++pktcount >= 1000) { LogMsg("SendResponses exceeded loop limit %d: giving up", pktcount); break; }
2806 pktcount = 0; // When we move to a new interface, reset packet count back to zero -- NSEC generation logic uses it
3264 int pktcount = 0;
3734 if (++pktcount >= 1000)
3735 { LogMsg("SendQueries exceeded loop limit %d: giving up", pktcount); break; }