Home | History | Annotate | Download | only in ping6

Lines Matching defs:npackets

213 static long npackets;			/* max packets to transmit */
383 npackets = l;
914 long orig_npackets = npackets;
916 if (npackets == 0)
917 npackets = LONG_MAX;
950 if (ntransmitted < npackets && d_last > 0) {
1025 if (npackets && nreceived >= npackets)
1091 if (npackets && ntransmitted >= npackets)