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

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c10700 register int pktcount; local
10794 pktcount = dropcount = 0;
10840 pktcount++;
10850 mmp[domid]->mm_count += pktcount;
10854 if (pktcount == 0) {
10862 proc, channel, domid, pktcount);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2376 int pktcount = 0; local
2641 // The first time through (pktcount==0), if this record is verified unique
2643 if (!pktcount && active && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow)
2713 // The first time through (pktcount==0), if this record is verified unique
2715 if (!pktcount && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow)
2841 if (++pktcount >= 1000) { LogMsg("SendResponses exceeded loop limit %d: giving up", pktcount); break; }
2852 pktcount = 0; // When we move to a new interface, reset packet count back to zero -- NSEC generation logic uses it
3307 int pktcount = 0; local
3777 if (++pktcount >
[all...]

Completed in 85 milliseconds