Home
last modified time | relevance | path

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

/iperf/
H A Dtest_commands.sh21 ./src/iperf3 -c "$host" -u -V -t 5
27 ./src/iperf3 -c "$host" -4 -t 5
28 ./src/iperf3 -c "$host" -4 -u -t 5
30 ./src/iperf3 -c "$host" -6 -t 5
31 ./src/iperf3 -c "$host" -6 -u -t 5
38 ./src/iperf3 -c "$host" -P 3 -t 5
47 ./src/iperf3 -c "$host" -Z -t 5
52 ./src/iperf3 -c "$host" -n 5M
55 ./src/iperf3 -c "$host" -n 5M -R
60 ./src/iperf3 -c "$host" -k 1K
[all …]
H A D.gitignore16 src/.deps
17 src/.libs
18 src/Makefile
20 src/version.h
21 src/stamp-h1
22 src/iperf3
24 src/t_timer
25 src/t_units
26 src/t_uuid
27 src/t_api
[all …]
H A Dmake_release10 print $3 }' src/version.h`
58 contents of src/version.h are used.
H A DLICENSE43 This software contains source code (src/cjson.{c,h}) that is:
67 This software contains source code (src/net.{c,h}) that is:
113 This software contains source code (src/net.c) that is:
144 This software contains source code (src/queue.h) that is:
179 This software contains source code (src/units.{c.h}) that is:
236 This software contains source code (src/portable_endian.h) that is:
H A Dconfigure.ac44 AC_CONFIG_HEADERS(src/iperf_config.h)
187 # copy, see src/flowlabel.h for more details).
321 AC_CONFIG_FILES([Makefile src/Makefile src/version.h examples/Makefile iperf3.spec])
H A DMakefile.am1 SUBDIRS = src examples subdir
H A Diperf3.spec.in41 %makeinstall -C src INSTALL_DIR="%{buildroot}%{_bindir}"
H A DMakefile.in102 CONFIG_HEADER = $(top_builddir)/src/iperf_config.h
335 SUBDIRS = src examples
H A Dconfigure1141 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1143 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
16066 "src/iperf_config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/iperf_config.h" ;;
16068 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
16069 "src/version.h") CONFIG_FILES="$CONFIG_FILES src/version.h" ;;
/iperf/config/
H A Dinstall-sh84 src=
266 for src
269 case $src in
270 -* | [=\(\)!]) src=./$src;;
274 dst=$src
287 if test ! -f "$src" && test ! -d "$src"; then
288 echo "$0: $src does not exist." >&2
305 dstbase=`basename "$src"`
470 $doit_exec $cpprog "$src" "$dsttmp") &&
476 # errors from the above "$doit $cpprog $src $dsttmp" command.
/iperf/examples/
H A DMakefile.am3 AM_CPPFLAGS = -I$(top_srcdir)/src
7 mic_LDADD = ../src/libiperf.la
12 mis_LDADD = ../src/libiperf.la
H A DMakefile.in101 CONFIG_HEADER = $(top_builddir)/src/iperf_config.h
107 mic_DEPENDENCIES = ../src/libiperf.la
117 mis_DEPENDENCIES = ../src/libiperf.la
133 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
307 AM_CPPFLAGS = -I$(top_srcdir)/src
310 mic_LDADD = ../src/libiperf.la
314 mis_LDADD = ../src/libiperf.la
/iperf/contrib/
H A DDockerfile11 COPY src/iperf3 /iperf3
/iperf/docs/
H A Ddev.rst147 vi src/iperf3.1 # update manpage revision date if needed
148 vi src/libiperf.3 # update manpage revision date if needed
228 nroff -Tascii -c -man src/iperf3.1 | ul | sed 's/^/ /' > iperf3.txt
H A Dfaq.rst99 ``src/Makefile`` that looks like this::
109 ``src/Makefile.am`` and change the line reading like this::
/iperf/src/
H A Diperf_config.h.in1 /* src/iperf_config.h.in. Generated from configure.ac by autoheader. */
H A DMakefile.in103 subdir = src
728 $(AUTOMAKE) --foreign src/Makefile
753 cd $(top_builddir) && $(SHELL) ./config.status src/iperf_config.h