Searched refs:npackets (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/ping/
H A Dping.c185 static int npackets; /* total packets to send */ variable
294 npackets = strtol(optarg, &p, 0);
295 if (*p != '\0' || npackets <= 0)
433 if (npackets != 0) {
434 npackets += preload;
436 npackets = INT_MAX;
706 if (ntransmitted < npackets && d_last > 0) {
760 } while (nreceived < npackets
1391 if (npackets > ntransmitted) /* let the normal limit work */
1392 npackets
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/fwctl/
H A Dfwdv.c68 int npackets[] = { variable
353 header = (packets == 0 || packets % npackets[lsystem] == 0);
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Doutput.c62 int npackets; member in struct:__anon5500
344 ws.npackets++;
716 ws.npackets = 0;
821 if (ws.npackets == 0
/netbsd-6-1-5-RELEASE/sbin/ping6/
H A Dping6.c224 static long npackets; /* max packets to transmit */ variable
390 npackets = strtol(optarg, &e, 10);
391 if (npackets <= 0 || *optarg == '\0' || *e != '\0')
1102 if (npackets && nreceived >= npackets)
1196 if (npackets && ntransmitted >= npackets)
/netbsd-6-1-5-RELEASE/sys/dev/sbus/
H A Dqe.c668 int npackets = 0; local
682 npackets++;
697 if (npackets == 0 && sc->sc_debug)

Completed in 141 milliseconds