HomeSort by: relevance | last modified time | path
    Searched refs:pktcount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr-int.h 217 atomic_int_fast64_t pktcount; member in struct:isc__networker
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 3152 int pktcount = 0; local
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; local
4999 if (++pktcount >= 1000
    [all...]

Completed in 28 milliseconds