| /iperf/src/ |
| H A D | portable_endian.h | 148 #define HTONLL(n) (n) argument 149 #define NTOHLL(n) (n) argument 151 #define HTONLL(n) ((((unsigned long long)(n) & 0xFF) << 56) | \ argument 152 (((unsigned long long)(n) & 0xFF00) << 40) | \ 153 (((unsigned long long)(n) & 0xFF0000) << 24) | \ 154 (((unsigned long long)(n) & 0xFF000000) << 8) | \ 160 #define NTOHLL(n) ((((unsigned long long)(n) & 0xFF) << 56) | \ argument 161 (((unsigned long long)(n) & 0xFF00) << 40) | \ 162 (((unsigned long long)(n) & 0xFF0000) << 24) | \ 170 #define htobe64(n) HTONLL(n) argument [all …]
|
| H A D | units.c | 92 double n; in unit_atof() local 104 n *= TERA_UNIT; in unit_atof() 107 n *= GIGA_UNIT; in unit_atof() 110 n *= MEGA_UNIT; in unit_atof() 113 n *= KILO_UNIT; in unit_atof() 118 return n; in unit_atof() 131 double n; in unit_atof_rate() local 157 return n; in unit_atof_rate() 172 double n; in unit_atoi() local 184 n *= TERA_UNIT; in unit_atoi() [all …]
|
| H A D | cjson.c | 2535 cJSON *n = NULL; in cJSON_CreateIntArray() local 2548 if (!n) in cJSON_CreateIntArray() 2561 p = n; in cJSON_CreateIntArray() 2570 cJSON *n = NULL; in cJSON_CreateFloatArray() local 2584 if(!n) in cJSON_CreateFloatArray() 2597 p = n; in cJSON_CreateFloatArray() 2606 cJSON *n = NULL; in cJSON_CreateDoubleArray() local 2620 if(!n) in cJSON_CreateDoubleArray() 2633 p = n; in cJSON_CreateDoubleArray() 2656 if(!n) in cJSON_CreateStringArray() [all …]
|
| H A D | iperf_auth.h | 41 ssize_t iperf_getpass (char **lineptr, size_t *n, FILE *stream);
|
| H A D | iperf_auth.c | 357 ssize_t iperf_getpass (char **lineptr, size_t *n, FILE *stream) { in iperf_getpass() argument 371 nread = getline (lineptr, n, stream); in iperf_getpass()
|
| H A D | iperf_api.c | 2419 int n, i; in get_results() local 2470 n = cJSON_GetArraySize(j_streams); in get_results() 2471 for (i=0; i<n; ++i) { in get_results() 4372 struct iperf_stream *n, *prev; in iperf_add_stream() local 4384 SLIST_FOREACH(n, &test->streams, streams) { in iperf_add_stream() 4385 prev = n; in iperf_add_stream()
|
| H A D | Makefile.in | 73 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 299 n|no|NO) false;; \
|
| /iperf/docs/ |
| H A D | invoking.rst | 129 -p, --port n 135 -i, --interval n 152 -A, --affinity n/n,m 155 affinity by using the n form of this argument (where n is a CPU 220 --idle-timeout n 308 -t, --time n 311 -n, --bytes n[KMGT] 351 -M, --set-mss n 363 -S, --tos n 390 --nstreams n [all …]
|
| H A D | dev.rst | 46 -O, --omit N omit the first n seconds (to ignore slowstart) 49 -A, --affinity n/n,m set CPU affinity (Linux and FreeBSD only) 51 of -t or -n)
|
| /iperf/ |
| H A D | configure | 355 printf "%s\n" X"$as_dir" | 473 printf "%s\n" X/"$0" | 2188 debug ("X = %d\n", x); 2847 printf "%s\n" "yes" >&6; } 2938 printf "%s\n" "no" >&6; } 2983 printf "%s\n" "no" >&6; } 3092 printf "%s\n" "no" >&6; } 3123 printf "%s\n" "yes" >&6; } 3127 printf "%s\n" "no" >&6; } 3476 ECHO='printf %s\n' [all …]
|
| H A D | aclocal.m4 | 1212 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ 1216 ECHO='printf %s\n' 1572 if test -n "$RANLIB"; then 2575 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then 2986 $ECHO $n$v`$shared_ext' 2998 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then 3350 if test -n "$LD"; then 3696 [if test -n "$NM"; then 3862 test DEF = "`$SED -n dnl 7440 fi # test -n "$compiler" [all …]
|
| H A D | README.md | 79 -A, --affinity n/n,m set CPU affinity
|
| H A D | iperf3.spec.in | 33 %setup -q -n iperf-%{version}
|
| H A D | RELNOTES.md | 869 (instead of -t or -n) 877 -A, --affinity n/n,m set CPU affinity (Linux only) 880 -O, --omit N omit the first n seconds 933 * Currently supported options: -l, -t, -n, -P, -R
|
| H A D | Makefile.in | 70 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 129 n|no|NO) false;; \
|
| H A D | configure.ac | 99 n | no)
|
| /iperf/config/ |
| H A D | ltmain.sh | 1507 | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n 6706 s/$/\\n/ 6707 s/\([^\n]*\).*/ fputs ("\1", f);/p 11293 for n in $library_names; do 11294 func_append rmfiles " $odir/$n"
|
| H A D | ax_check_openssl.m4 | 45 "" | y | ye | yes | n | no)
|
| H A D | config.guess | 701 32) HP_ARCH=hppa2.0n ;;
|
| /iperf/examples/ |
| H A D | Makefile.in | 71 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 160 n|no|NO) false;; \
|