Home
last modified time | relevance | path

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

/freebsd-9-stable/sbin/ping/
Dping.c176 long npackets; /* max packets to transmit */ variable
286 npackets = ultmp; in main()
711 if (npackets > 0) { in main()
712 snpackets = npackets; in main()
713 npackets = 0; in main()
797 if (npackets != 0 && preload > npackets) in main()
798 preload = npackets; in main()
868 (npackets && nreceived >= npackets)) in main()
881 if (!npackets || ntransmitted < npackets) in main()
/freebsd-9-stable/tools/regression/netinet/ipmulticast/
Dipmulticast.c659 size_t npackets; in recv_loop_with_match() local
695 npackets = 0; in recv_loop_with_match()
707 npackets++; in recv_loop_with_match()
712 "non-blocked sources: %d\n", (int)npackets); in recv_loop_with_match()
/freebsd-9-stable/sbin/routed/
Doutput.c58 int npackets; member
326 ws.npackets++; in supply_write()
699 ws.npackets = 0; in supply()
804 if (ws.npackets == 0 in supply()
/freebsd-9-stable/sbin/ping6/
Dping6.c235 long npackets; /* max packets to transmit */ variable
412 npackets = strtol(optarg, &e, 10); in main()
413 if (npackets <= 0 || *optarg == '\0' || *e != '\0') in main()
1091 if (npackets && ntransmitted >= npackets) in main()
1188 (npackets > 0 && nreceived >= npackets)) in main()
1299 if (npackets && ntransmitted >= npackets) in pinger()
/freebsd-9-stable/usr.sbin/fwcontrol/
Dfwdv.c71 int npackets[] = { variable
346 header = (packets == 0 || packets % npackets[system] == 0); in dvsend()
/freebsd-9-stable/tools/tools/netmap/
Dpkt-gen.c159 int npackets; /* total packets to send */ member
732 int i, rx = 0, n = targ->g->npackets; in pinger_body()
836 int i, rx = 0, sent = 0, n = targ->g->npackets; in ponger_body()
983 int i, n = targ->g->npackets / targ->g->nthreads; in sender_body()
1586 g.npackets = atoi(optarg); in main()
/freebsd-9-stable/sys/dev/bxe/
Decore_hsi.h3851 uint16_t npackets /* number of data bytes that were added in the doorbell */; member
3869 uint16_t npackets /* number of data bytes that were added in the doorbell */;