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

/netbsd-current/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_perf_test.c24 static uint64_t * npackets; variable
49 npackets[i] = n;
66 npackets = kmem_zalloc(sizeof(uint64_t) * nthreads, KM_SLEEP);
84 total += npackets[i];
86 kmem_free(npackets, sizeof(uint64_t) * nthreads);
/netbsd-current/sbin/ping/
H A Dping.c187 static int npackets; /* total packets to send */ variable
308 npackets = l;
470 if (npackets != 0) {
471 npackets += preload;
473 npackets = INT_MAX;
760 if (ntransmitted < npackets && d_last > 0) {
819 } while (nreceived < npackets
1468 if (npackets > ntransmitted) /* let the normal limit work */
1469 npackets = ntransmitted;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DOvw_data.cc156 long npackets = packets->getSize (); local
157 for (long index = 0; index < npackets; index++)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DOvw_data.cc156 long npackets = packets->getSize (); local
157 for (long index = 0; index < npackets; index++)
/netbsd-current/sbin/ping6/
H A Dping6.c213 static long npackets; /* max packets to transmit */ variable
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)
[all...]
/netbsd-current/usr.sbin/fwctl/
H A Dfwdv.c68 int npackets[] = { variable
361 header = (packets == 0 || packets % npackets[lsystem] == 0);
/netbsd-current/sbin/routed/
H A Doutput.c62 int npackets; member in struct:__anon7945
344 ws.npackets++;
716 ws.npackets = 0;
821 if (ws.npackets == 0
/netbsd-current/sys/dev/sbus/
H A Dqe.c650 int npackets = 0; local
664 npackets++;
679 if (npackets == 0 && sc->sc_debug)

Completed in 142 milliseconds