Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 17 of 17) sorted by relevance

/iperf/config/
H A Dinstall-sh70 mode=0755
144 -m) mode=$2
145 case $mode in
147 echo "$0: invalid mode: $mode" >&2
244 case $mode in
255 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
262 cp_umask=$mode$u_plus_rw;;
331 mkdir_mode=-m$mode
448 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
481 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
H A Dltmain.sh2516 shift; set dummy --mode clean ${1+"$@"}; shift
2519 shift; set dummy --mode compile ${1+"$@"}; shift
2522 shift; set dummy --mode execute ${1+"$@"}; shift
2525 shift; set dummy --mode finish ${1+"$@"}; shift
2528 shift; set dummy --mode install ${1+"$@"}; shift
2531 shift; set dummy --mode link ${1+"$@"}; shift
2534 shift; set dummy --mode uninstall ${1+"$@"}; shift
2583 --finish) set dummy --mode finish ${1+"$@"}; shift ;;
2589 --mode) test $# = 0 && func_missing_arg $_G_opt && break
6457 int line, const char *mode,
[all …]
H A Ddepcomp41 depmode Dependency tracking mode.
/iperf/src/
H A Diperf_client_api.c75 if (!sender && test->mode == BIDIRECTIONAL) in iperf_create_streams()
289 if (test->mode == BIDIRECTIONAL) in iperf_handle_message_client()
296 else if (iperf_create_streams(test, test->mode) < 0) in iperf_handle_message_client()
306 if (test->mode) in iperf_handle_message_client()
560 if (test->mode != SENDER) in iperf_run_client()
632 if (test->mode == BIDIRECTIONAL) in iperf_run_client()
638 } else if (test->mode == SENDER) { in iperf_run_client()
688 else if (test->mode == RECEIVER && test->state == TEST_END) { in iperf_run_client()
H A Diperf_server_api.c504 …} else if (test->mode != SENDER) { // In non-reverse active mode server ensures data is receiv… in iperf_run_server()
548 else if (test->mode != SENDER && t_usecs > rcv_timeout_us) { in iperf_run_server()
572 if (test->mode == BIDIRECTIONAL) { in iperf_run_server()
575 } else if (test->mode == RECEIVER) { in iperf_run_server()
743 …iperf_size_t total_requested_rate = test->num_streams * test->settings->rate * (test->mode == BIDI… in iperf_run_server()
772 if (test->mode != RECEIVER) in iperf_run_server()
785 if (test->mode == BIDIRECTIONAL) { in iperf_run_server()
794 } else if (test->mode == SENDER) { in iperf_run_server()
H A Diperf_api.c595 ipt->mode = SENDER; in iperf_set_test_role()
597 ipt->mode = RECEIVER; in iperf_set_test_role()
600 ipt->mode = RECEIVER; in iperf_set_test_role()
602 ipt->mode = SENDER; in iperf_set_test_role()
625 ipt->mode = SENDER; in iperf_set_test_reverse()
627 ipt->mode = RECEIVER; in iperf_set_test_reverse()
630 ipt->mode = RECEIVER; in iperf_set_test_reverse()
632 ipt->mode = SENDER; in iperf_set_test_reverse()
746 ipt->mode = BIDIRECTIONAL; in iperf_set_test_bidirectional()
2322 if ( test->mode == RECEIVER ) in send_results()
[all …]
H A DMakefile.in163 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(iperf3_CFLAGS) $(CFLAGS) \
194 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
201 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(t_api_CFLAGS) $(CFLAGS) \
207 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(t_auth_CFLAGS) $(CFLAGS) \
213 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(t_timer_CFLAGS) \
219 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(t_units_CFLAGS) \
225 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(t_uuid_CFLAGS) $(CFLAGS) \
275 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
284 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
834 …$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$li…
[all …]
H A Diperf.h273 enum iperf_mode mode; member
/iperf/
H A DRELNOTES.md23 * Support zerocopy by reverse mode (#1204)
75 * --pidfile now works with --client mode (#1110).
628 iperf3 server in daemon mode (issue #119).
778 mode (issue #167).
830 daemon mode (issue #120).
882 * more useful information in 'verbose' mode
890 * Added support for IPv6 mode (-6)
914 * Added early support for verbose mode (-V)
919 * UDP mode now supported
922 * Reverse mode UDP support
[all …]
H A DREADME.md18 These include, for example, a zero-copy mode and optional JSON output.
117 --bidir bidirectional testing mode
H A Daclocal.m4797 # text mode, it properly converts lines to CR/LF. This bash problem
1303 # Find out what ABI is being produced by ac_compile, and set mode
2793 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
3165 [Permission mode override for installation of shared libraries])
8478 dnl we run the default mode handler for the pair. For example, if neither
9282 # we should not choose a depcomp mode which is confused by this.
9297 # mode. It turns out that the SunPro C++ compiler does not properly
9304 # This depmode causes a compiler race in universal mode.
9741 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
9742 AC_ARG_ENABLE([maintainer-mode],
[all …]
H A Dconfigure1460 --enable-maintainer-mode
/iperf/examples/
H A DMakefile.in113 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(mic_CFLAGS) $(CFLAGS) \
119 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(mis_CFLAGS) $(CFLAGS) \
141 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
150 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
/iperf/docs/
H A Dinvoking.rst67 clients (in other words, the iperf3 program run in client mode). The
68 client mode can be started using the -c command-line option, which also
210 run in server mode
222 one-off mode, this is the number of seconds the server will wait
253 run in client mode, connecting to the specified server. By
277 specifier. This is called "burst mode". It will send the given
H A Dindex.rst21 original iperf. These include, for example, a zero-copy mode and
H A Dnews.rst222 in "maintenance mode". At this point, we have no definite plans for
H A Dfaq.rst169 server, try the iperf3 reverse mode (``-R``). If TSO/LSO is only