| /iperf/config/ |
| H A D | compile | 47 file=$1 48 case $file in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` 87 lib_path=$file 148 set x "$@" -Fo"$file" 161 set x "$@" -I"$file" 166 set x "$@" -I"$file" 209 set x "$@" -Tp"$file" [all …]
|
| H A D | mkinstalldirs | 59 for file 61 if test -d "$file"; then 112 for file 114 case $file in 120 set fnord $file 147 echo "chmod $dirmode $file" 148 chmod "$dirmode" "$file" || errstatus=$?
|
| H A D | ltmain.sh | 4105 case $file in 4169 for file 4171 case $file in 4476 case $file in 4496 case $file in 4673 case $file in 4695 wrapper=$file 7815 case $file in 9627 $ECHO "*** using a file magic. Last file checked: $potlib" 11284 rmfiles=$file [all …]
|
| H A D | test-driver | 45 test-driver --test-name NAME --log-file PATH --trs-file PATH 66 --log-file) log_file=$2; shift;; 67 --trs-file) trs_file=$2; shift;;
|
| H A D | depcomp | 37 Run PROGRAMS ARGS to compile a file, generating dependencies 42 source Source file read by 'PROGRAMS ARGS'. 43 object Object file output by 'PROGRAMS ARGS'. 45 depfile Dependency file to output. 46 tmpdepfile Temporary file to use when outputting dependencies.
|
| H A D | ax_check_openssl.m4 | 30 # Copying and distribution of this file, with or without modification, are 32 # and this notice are preserved. This file is offered as-is, without any 52 # if pkg-config is installed and openssl has installed a .pc file, 91 # if the file wasn't found, well, go ahead and try the link anyway -- maybe
|
| /iperf/src/ |
| H A D | iperf_config.h.in | 15 /* Define to 1 if you have the <dlfcn.h> header file. */ 21 /* Define to 1 if you have the <endian.h> header file. */ 30 /* Define to 1 if you have the <inttypes.h> header file. */ 42 /* Define to 1 if you have the <linux/tcp.h> header file. */ 48 /* Define to 1 if you have the <poll.h> header file. */ 72 /* Define to 1 if you have the <stdint.h> header file. */ 75 /* Define to 1 if you have the <stdio.h> header file. */ 78 /* Define to 1 if you have the <stdlib.h> header file. */ 81 /* Define to 1 if you have the <strings.h> header file. */ 84 /* Define to 1 if you have the <string.h> header file. */ [all …]
|
| H A D | iperf_auth.c | 159 EVP_PKEY *load_pubkey_from_file(const char *file) { in load_pubkey_from_file() argument 163 if (file) { in load_pubkey_from_file() 164 key = BIO_new_file(file, "r"); in load_pubkey_from_file() 185 EVP_PKEY *load_privkey_from_file(const char *file) { in load_privkey_from_file() argument 189 if (file) { in load_privkey_from_file() 190 key = BIO_new_file(file, "r"); in load_privkey_from_file() 211 int test_load_pubkey_from_file(const char *file){ in test_load_pubkey_from_file() argument 212 EVP_PKEY *key = load_pubkey_from_file(file); in test_load_pubkey_from_file() 220 int test_load_private_key_from_file(const char *file){ in test_load_private_key_from_file() argument 221 EVP_PKEY *key = load_privkey_from_file(file); in test_load_private_key_from_file()
|
| H A D | Makefile.in | 1609 --log-file $$b.log --trs-file $$b.trs \ 1616 --log-file $$b.log --trs-file $$b.trs \ 1623 --log-file $$b.log --trs-file $$b.trs \ 1630 --log-file $$b.log --trs-file $$b.trs \ 1637 --log-file $$b.log --trs-file $$b.trs \ 1644 --log-file $$b.log --trs-file $$b.trs \ 1651 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 1661 dist_files=`for file in $$list; do echo $$file; done | \ 1669 for file in $$dist_files; do \ 1670 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ [all …]
|
| H A D | iperf_auth.h | 34 EVP_PKEY *load_pubkey_from_file(const char *file); 36 EVP_PKEY *load_privkey_from_file(const char *file);
|
| /iperf/examples/ |
| H A D | Makefile.in | 495 dist_files=`for file in $$list; do echo $$file; done | \ 503 for file in $$dist_files; do \ 504 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 505 if test -d $$d/$$file; then \ 506 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 507 if test -d "$(distdir)/$$file"; then \ 510 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 511 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 514 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 516 test -f "$(distdir)/$$file" \ [all …]
|
| /iperf/ |
| H A D | Makefile.in | 498 dist_files=`for file in $$list; do echo $$file; done | \ 506 for file in $$dist_files; do \ 507 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 508 if test -d $$d/$$file; then \ 509 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 510 if test -d "$(distdir)/$$file"; then \ 513 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 514 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 517 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 519 test -f "$(distdir)/$$file" \ [all …]
|
| H A D | INSTALL | 7 This file is free documentation; the Free Software Foundation gives 21 file `config.log' containing compiler output (useful mainly for 24 It can also use an optional file (typically called `config.cache' 25 and enabled with `--cache-file=config.cache' or simply `-C') that saves 37 The file `configure.ac' (or `configure.in') is used to create 157 See the file `config.sub' for the possible values of each field. If 214 `--cache-file=FILE' 221 Alias for `--cache-file=config.cache'.
|
| H A D | aclocal.m4 | 265 test -z "$MAGIC_CMD" && MAGIC_CMD=file 4118 # Now generate the symbol file. 4191 # Response file support. 5148 # If the export-symbols file already is a .def file, use it as 6532 aix,*) ;; # no import file 6720 # If the export-symbols file already is a .def file, use it as 7561 # the conftest object file. 8219 # Check for a file(cmd) program that can be used to detect file type and magic 8222 _LT_DECL([], [FILECMD], [1], [A file(cmd) program that detects file types]) 9983 test "$[2]" = conftest.file [all …]
|
| H A D | RELNOTES.md | 19 …tment of test-end condition for file transfers (-F), if no end condition is set, it will automatic… 31 * Remove fsync call after every write to receiving --file (#1176, #1159) 321 * A bug that could cause iperf3 to overwrite the PID file of an 346 * Several problems with the -F/--file options have been fixed. 425 spec file. 498 * A systemd service file has been added (#340, #430). 623 * A new -I option for the server causes it to write a PID file, 626 * A --logfile argument can now force all output to go to a file, 686 * Added an RPM spec file plus functionality to fill in the version 848 * A .gitignore file has been added. [all …]
|
| H A D | configure.ac | 24 # file for complete information. 129 AC_DEFINE([HAVE_ENDIAN_H], [1], [Define to 1 if you have the <endian.h> header file.]), 131 AC_DEFINE([HAVE_SYS_ENDIAN_H], [1], [Define to 1 if you have the <sys/endian.h> header file.]), 186 # don't use that file directly (we have our own stripped-down
|
| H A D | configure | 903 -cache-file | --cache-file | --cache-fil | --cache-fi \ 906 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 5731 set dummy ${ac_tool_prefix}file; ac_word=$2 5776 set dummy file; ac_word=$2 5994 if ( file / ) >/dev/null 2>&1; then 8737 test -z "$MAGIC_CMD" && MAGIC_CMD=file 15469 rm -f conf$$ conf$$.exe conf$$.file 15471 rm -f conf$$.dir/conf$$.file 15476 if (echo >conf$$.file) 2>/dev/null; then 15493 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file [all …]
|
| /iperf/docs/ |
| H A D | invoking.rst | 139 -I, --pidfile file 140 write a file with the process ID, most useful when running as a 143 -F, --file name 150 not match those of the original file. 177 --logfile file 178 send output to a log file. 235 --rsa-private-key-path file 240 --authorized-users-path file 448 --rsa-public-key-path file 473 Authentication - Authorized users configuration file [all …]
|
| H A D | 2017-06-06.txt | 10 fixes for --file), as well as new features (for example optional 21 There is a mostly-final set of release notes in the RELEASE_NOTES file 37 better), please file an issue.
|
| H A D | Makefile | 28 @echo " singlehtml to make a single large HTML file" 81 ".hhp project file in $(BUILDDIR)/htmlhelp." 87 ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
|
| H A D | dev.rst | 48 -F, --file name xmit/recv the specified file 134 that the "Known Issues" section of the ``README`` file and in this document 165 4. Stage the tarball (and a file containing the SHA256 hash) to the 169 downloading a fresh copy of the file and verifying the SHA256 173 6. Also verify (with file(1)) that the tarball is actually a gzipped
|
| H A D | news.rst | 318 As always, more details can be found in the ``RELEASE_NOTES`` file in 349 ``RELEASE_NOTES`` file in the source distribution. 382 file in the source distribution. 390 …nsion. Instead it is an uncompressed tar archive. The file checksum is correct, as are the file … 405 file in the source distribution.
|
| H A D | index.rst | 1 .. iperf documentation master file, created by 3 You can adapt this file completely to your liking, but it should at least
|
| H A D | faq.rst | 194 I’m using the ``--logfile`` option. How do I see file output in real time? 232 A file sent using the ``-F`` option got corrupted...what happened? 233 The ``-F`` option to iperf3 is not a file transfer utility. It's a 234 way of testing the end-to-end performance of a file transfer, 236 mimic an actual file transfer, the data stored to disk may not be 237 the same as what was sent. In particular, the file size will be
|
| /iperf/docs/_esnet/ |
| H A D | README.rst | 28 ``sphinx-quickstart`` creates a basic conf.py file, however to use the ESnet 31 # add this with the imports at the top of the file
|