Home
last modified time | relevance | path

Searched refs:n (Results 1 – 20 of 20) sorted by relevance

/iperf/src/
H A Dportable_endian.h148 #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 Dunits.c92 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 Dcjson.c2535 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 Diperf_auth.h41 ssize_t iperf_getpass (char **lineptr, size_t *n, FILE *stream);
H A Diperf_auth.c357 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 Diperf_api.c2419 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 DMakefile.in73 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
299 n|no|NO) false;; \
/iperf/docs/
H A Dinvoking.rst129 -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 Ddev.rst46 -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 Dconfigure355 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 Daclocal.m41212 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 DREADME.md79 -A, --affinity n/n,m set CPU affinity
H A Diperf3.spec.in33 %setup -q -n iperf-%{version}
H A DRELNOTES.md869 (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 DMakefile.in70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
129 n|no|NO) false;; \
H A Dconfigure.ac99 n | no)
/iperf/config/
H A Dltmain.sh1507 | 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 Dax_check_openssl.m445 "" | y | ye | yes | n | no)
H A Dconfig.guess701 32) HP_ARCH=hppa2.0n ;;
/iperf/examples/
H A DMakefile.in71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
160 n|no|NO) false;; \