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

/freebsd-10.0-release/sbin/ping/
H A Dping.c176 long npackets; /* max packets to transmit */ variable
287 npackets = ultmp;
712 if (npackets > 0) {
713 snpackets = npackets;
714 npackets = 0;
798 if (npackets != 0 && preload > npackets)
799 preload = npackets;
869 (npackets && nreceived >= npackets))
[all...]
/freebsd-10.0-release/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-10.0-release/usr.sbin/fwcontrol/
H A Dfwdv.c71 int npackets[] = { variable
346 header = (packets == 0 || packets % npackets[system] == 0);
/freebsd-10.0-release/sbin/routed/
H A Doutput.c58 int npackets; member in struct:__anon5835
326 ws.npackets++;
699 ws.npackets = 0;
804 if (ws.npackets == 0
/freebsd-10.0-release/tools/tools/netmap/
H A Dpkt-gen.c82 int npackets; /* total packets to send */ member in struct:glob_arg
523 int i, rx = 0, n = targ->g->npackets;
622 int i, rx = 0, sent = 0, n = targ->g->npackets;
769 int i, n = targ->g->npackets / targ->g->nthreads, sent = 0;
1358 g.npackets = atoi(optarg);
1395 g.npackets = atoi(optarg);
1401 g.npackets = atoi(optarg);
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c235 long npackets; /* max packets to transmit */ variable
412 npackets = strtol(optarg, &e, 10);
413 if (npackets <= 0 || *optarg == '\0' || *e != '\0')
1093 if (npackets && ntransmitted >= npackets)
1190 (npackets > 0 && nreceived >= npackets))
1301 if (npackets && ntransmitted >= npackets)
/freebsd-10.0-release/sys/dev/bxe/
H A Decore_hsi.h3397 uint16_t npackets /* number of data bytes that were added in the doorbell */; member in struct:eth_tx_doorbell
3415 uint16_t npackets /* number of data bytes that were added in the doorbell */;

Completed in 243 milliseconds