Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c10700 register int pktcount; in idn_chan_server() local
10794 pktcount = dropcount = 0; in idn_chan_server()
10840 pktcount++; in idn_chan_server()
10850 mmp[domid]->mm_count += pktcount; in idn_chan_server()
10854 if (pktcount == 0) { in idn_chan_server()
10862 proc, channel, domid, pktcount); in idn_chan_server()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2330 int pktcount = 0; in SendResponses() local
2597 …if (!pktcount && active && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNS… in SendResponses()
2669 … if (!pktcount && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow) in SendResponses()
2795 …if (++pktcount >= 1000) { LogMsg("SendResponses exceeded loop limit %d: giving up", pktcount); bre… in SendResponses()
2806pktcount = 0; // When we move to a new interface, reset packet count back to zero -- NSEC ge… in SendResponses()
3264 int pktcount = 0; in SendQueries() local
3734 if (++pktcount >= 1000) in SendQueries()
3735 { LogMsg("SendQueries exceeded loop limit %d: giving up", pktcount); break; } in SendQueries()