HomeSort by: relevance | last modified time | path
    Searched refs:npackets (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/npf/npftest/libnpftest/
npf_perf_test.c 24 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);
  /src/sbin/ping/
ping.c 188 static int npackets; /* total packets to send */ variable
309 npackets = l;
471 if (npackets != 0) {
472 npackets += preload;
474 npackets = INT_MAX;
761 if (ntransmitted < npackets && d_last > 0) {
820 } while (nreceived < npackets
1469 if (npackets > ntransmitted) /* let the normal limit work */
1470 npackets = ntransmitted;
  /src/sbin/ping6/
ping6.c 213 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...]
  /src/usr.sbin/fwctl/
fwdv.c 69 int npackets[] = { variable
362 header = (packets == 0 || packets % npackets[lsystem] == 0);
  /src/sbin/routed/
output.c 62 int npackets; member in struct:__anon809
344 ws.npackets++;
716 ws.npackets = 0;
821 if (ws.npackets == 0
  /src/sys/dev/sbus/
qe.c 650 int npackets = 0; local
664 npackets++;
679 if (npackets == 0 && sc->sc_debug)

Completed in 17 milliseconds