Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_client_api.c665 (test->settings->blocks != 0 && (test->blocks_sent >= test->settings->blocks || in iperf_run_client()
666 test->blocks_received >= test->settings->blocks)))) { in iperf_run_client()
H A Diperf_api.c206 return (uint64_t) ipt->settings->blocks; in iperf_get_test_blocks()
525 iperf_set_test_blocks(struct iperf_test *ipt, uint64_t blocks) in iperf_set_test_blocks() argument
527 ipt->settings->blocks = (iperf_size_t) blocks; in iperf_set_test_blocks()
847 else if (test->settings->blocks) in iperf_on_test_start()
1257 test->settings->blocks = unit_atoi(optarg); in iperf_parse_arguments()
1681 test->settings->blocks == 0 && in iperf_parse_arguments()
1705 (duration_flag && test->settings->blocks != 0) || in iperf_parse_arguments()
1861 … if (multisend > 1 && test->settings->blocks != 0 && test->blocks_sent >= test->settings->blocks) in iperf_send()
2124 if (test->settings->blocks) in send_parameters()
2238 test->settings->blocks = j_p->valueint; in get_parameters()
[all …]
H A Diperf.h159 iperf_size_t blocks; /* number of blocks (packets) to send */ member
H A Diperf_api.h170 void iperf_set_test_blocks( struct iperf_test* ipt, uint64_t blocks );
/iperf/docs/
H A Ddev.rst50 -k, --blockcount #[KMG] number of blocks (packets) to transmit (instead
H A Dinvoking.rst315 number of blocks (packets) to transmit (instead of -t or -n)
/iperf/
H A DRELNOTES.md868 -k, --blockcount #[KMG] number of blocks (packets) to transmit