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

/freebsd-9.3-release/sbin/ping/
H A Dping.c176 long npackets; /* max packets to transmit */ variable
286 npackets = ultmp;
711 if (npackets > 0) {
712 snpackets = npackets;
713 npackets = 0;
797 if (npackets != 0 && preload > npackets)
798 preload = npackets;
868 (npackets && nreceived >= npackets))
[all...]
/freebsd-9.3-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-9.3-release/usr.sbin/fwcontrol/
H A Dfwdv.c71 int npackets[] = { variable
346 header = (packets == 0 || packets % npackets[system] == 0);
/freebsd-9.3-release/sbin/routed/
H A Doutput.c58 int npackets; member in struct:__anon5486
326 ws.npackets++;
699 ws.npackets = 0;
804 if (ws.npackets == 0
/freebsd-9.3-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')
1091 if (npackets && ntransmitted >= npackets)
1188 (npackets > 0 && nreceived >= npackets))
1299 if (npackets && ntransmitted >= npackets)
/freebsd-9.3-release/tools/tools/netmap/
H A Dpkt-gen.c159 int npackets; /* total packets to send */ member in struct:glob_arg
732 int i, rx = 0, n = targ->g->npackets;
836 int i, rx = 0, sent = 0, n = targ->g->npackets;
983 int i, n = targ->g->npackets / targ->g->nthreads;
1586 g.npackets = atoi(optarg);
/freebsd-9.3-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 192 milliseconds