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

/freebsd-13-stable/sbin/ping/
H A Dping.c191 static long npackets; /* max packets to transmit */ variable
336 npackets = (long)ltmp;
821 if (npackets > 0) {
822 snpackets = npackets;
823 npackets = 0;
916 if (npackets != 0 && preload > npackets)
917 preload = npackets;
979 (npackets && nreceived >= npackets))
[all...]
H A Dping6.c242 static long npackets; /* max packets to transmit */ variable
429 npackets = strtol(optarg, &e, 10);
430 if (npackets <= 0 || *optarg == '\0' || *e != '\0')
1150 if (npackets != 0 && preload > npackets)
1151 preload = npackets;
1248 (npackets > 0 && nreceived >= npackets))
1252 if (npackets == 0 || ntransmitted < npackets)
[all...]
/freebsd-13-stable/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c659 size_t npackets; local
695 npackets = 0;
707 npackets++;
712 "non-blocked sources: %d\n", (int)npackets);
/freebsd-13-stable/usr.sbin/fwcontrol/
H A Dfwdv.c73 int npackets[] = { variable
348 header = (packets == 0 || packets % npackets[system] == 0);
/freebsd-13-stable/sbin/routed/
H A Doutput.c53 int npackets; member in struct:__anon7889
321 ws.npackets++;
692 ws.npackets = 0;
797 if (ws.npackets == 0
/freebsd-13-stable/sys/dev/hid/
H A Dps4dshock.c688 u_int npackets; member in struct:ps4dsmtp_softc
916 sc->npackets = MIN(PS4DS_MAX_TOUCHPAD_PACKETS,(u_int)ctx.data);
1027 data < sc->data + PS4DS_NTPUSAGES * sc->npackets;
/freebsd-13-stable/tools/tools/netmap/
H A Dpkt-gen.c267 uint64_t npackets; /* total packets to send */ member in struct:glob_arg
1310 uint64_t sent = 0, n = targ->g->npackets;
1498 uint64_t sent = 0, n = targ->g->npackets;
1581 uint64_t n = targ->g->npackets / targ->g->nthreads;
1953 if (targ->g->npackets > 0) {
2880 g.npackets = strtoull(optarg, NULL, 10);
/freebsd-13-stable/sys/dev/bxe/
H A Decore_hsi.h3853 uint16_t npackets /* number of data bytes that were added in the doorbell */; member in struct:eth_tx_doorbell
3871 uint16_t npackets /* number of data bytes that were added in the doorbell */;

Completed in 290 milliseconds