Home
last modified time | relevance | path

Searched refs:npackets (Results 1 – 7 of 7) sorted by relevance

/netbsd/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_perf_test.c24 static uint64_t * npackets; variable
49 npackets[i] = n; in worker()
66 npackets = kmem_zalloc(sizeof(uint64_t) * nthreads, KM_SLEEP); in npf_test_conc()
84 total += npackets[i]; in npf_test_conc()
86 kmem_free(npackets, sizeof(uint64_t) * nthreads); in npf_test_conc()
/netbsd/sbin/ping/
H A Dping.c187 static int npackets; /* total packets to send */ variable
308 npackets = l; in main()
470 if (npackets != 0) { in main()
471 npackets += preload; in main()
473 npackets = INT_MAX; in main()
760 if (ntransmitted < npackets && d_last > 0) { in doit()
819 } while (nreceived < npackets in doit()
1468 if (npackets > ntransmitted) /* let the normal limit work */ in prefinish()
1469 npackets = ntransmitted; in prefinish()
/netbsd/sbin/ping6/
H A Dping6.c213 static long npackets; /* max packets to transmit */ variable
383 npackets = l; in main()
914 long orig_npackets = npackets; in doit()
916 if (npackets == 0) in doit()
917 npackets = LONG_MAX; in doit()
950 if (ntransmitted < npackets && d_last > 0) { in doit()
1025 if (npackets && nreceived >= npackets) in doit()
1091 if (npackets && ntransmitted >= npackets) in pinger()
/netbsd/sbin/routed/
H A Doutput.c62 int npackets; member
344 ws.npackets++; in supply_write()
716 ws.npackets = 0; in supply()
821 if (ws.npackets == 0 in supply()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DOvw_data.cc156 long npackets = packets->getSize (); in Ovw_data() local
157 for (long index = 0; index < npackets; index++) in Ovw_data()
/netbsd/usr.sbin/fwctl/
H A Dfwdv.c68 int npackets[] = { variable
353 header = (packets == 0 || packets % npackets[lsystem] == 0); in dvsend()
/netbsd/sys/dev/sbus/
H A Dqe.c650 int npackets = 0; in qe_rint() local
664 npackets++; in qe_rint()
679 if (npackets == 0 && sc->sc_debug) in qe_rint()