Home
last modified time | relevance | path

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

/iperf/src/
H A Ddscp.c128 unsigned int i; in parse_qos() local
134 for (i = 0; ipqos[i].name != NULL; i++) { in parse_qos()
135 if (strcasecmp(cp, ipqos[i].name) == 0) in parse_qos()
136 return ipqos[i].value; in parse_qos()
149 int i; in iptos2str() local
152 for (i = 0; ipqos[i].name != NULL; i++) { in iptos2str()
153 if (ipqos[i].value == iptos) in iptos2str()
154 return ipqos[i].name; in iptos2str()
H A Diperf_auth.c59 int i = 0; in sha256() local
60 for(i = 0; i < SHA256_DIGEST_LENGTH; i++) in sha256()
62 sprintf(outputBuffer + (i * 2), "%02x", hash[i]); in sha256()
80 int i; in check_authentication() local
90 for (i = 0; buf[i] != '\0'; i++){ in check_authentication()
91 if (buf[i] == '\n' || buf[i] == '\r'){ in check_authentication()
92 buf[i] = '\0'; in check_authentication()
378 int i; in iperf_getpass() local
379 for (i = 0; buf[i] != '\0'; i++){ in iperf_getpass()
380 if (buf[i] == '\n' || buf[i] == '\r'){ in iperf_getpass()
[all …]
H A Dcjson.c328 for (i = 0; (i < (sizeof(number_c_string) - 1)) && can_access_at_index(input_buffer, i); i++) in parse_number()
602 for (i = 0; i < ((size_t)length); i++) in print_number()
610 output_pointer[i] = number_buffer[i]; in print_number()
625 for (i = 0; i < 4; i++) in parse_hex4()
628 if ((input[i] >= '0') && (input[i] <= '9')) in parse_hex4()
1748 for (i = 0; i < output_buffer->depth; i++) in print_object()
1812 for (i = 0; i < (output_buffer->depth - 1); i++) in print_object()
2545 for(i = 0; a && (i < (size_t)count); i++) in cJSON_CreateIntArray()
2581 for(i = 0; a && (i < (size_t)count); i++) in cJSON_CreateFloatArray()
2617 for(i = 0;a && (i < (size_t)count); i++) in cJSON_CreateDoubleArray()
[all …]
H A DMakefile.in323 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1313 { for i in $$list1; do echo "$$i"; done; \
1315 for i in $$list2; do echo "$$i"; done \
1341 files=`{ for i in $$list; do echo "$$i"; done; \
1356 { for i in $$list1; do echo "$$i"; done; \
1358 for i in $$list2; do echo "$$i"; done \
1384 files=`{ for i in $$list; do echo "$$i"; done; \
1482 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1501 test -f $$i.trs && test -r $$i.trs \
1503 test -f $$i.log && test -r $$i.log \
[all …]
H A Diperf_util.c87 size_t i; in fill_with_repeating_pattern() local
93 for (i = 0; i < outsize; i++) { in fill_with_repeating_pattern()
94 buf[i] = (char)('0' + counter); in fill_with_repeating_pattern()
H A Diperf_udp.c503 int i, max_len_wait_for_reply; in iperf_udp_connect() local
582 i = 0; in iperf_udp_connect()
592 …r Socket %d, sz=%d, buf=%x, i=%d, max_len_wait_for_reply=%d\n", s, sz, buf, i, max_len_wait_for_re… in iperf_udp_connect()
594 i += sz; in iperf_udp_connect()
595 …} while (buf != UDP_CONNECT_REPLY && buf != LEGACY_UDP_CONNECT_REPLY && i < max_len_wait_for_reply… in iperf_udp_connect()
H A Diperf_client_api.c62 int i, s; in iperf_create_streams() local
69 for (i = 0; i < test->num_streams; ++i) { in iperf_create_streams()
73 test->bind_port += i; in iperf_create_streams()
H A Diperf_api.c1800 int i; in iperf_check_total_rate() local
1816 for (total_bytes = 0, i = 0; i < test->settings->bitrate_limit_stats_per_interval; i++) { in iperf_check_total_rate()
2419 int n, i; in get_results() local
2471 for (i=0; i<n; ++i) { in get_results()
3010 int i; in iperf_reset_test() local
3068 for (i = 0; i < MAX_INTERVAL; i++) in iperf_reset_test()
4371 int i; in iperf_add_stream() local
4383 i = 2; in iperf_add_stream()
4386 ++i; in iperf_add_stream()
4703 int i; in iperf_clearaffinity() local
[all …]
H A Dtimer.h45 int i; member
/iperf/contrib/
H A Diperf3_to_gnuplot.py21 for i in iperf.get('intervals'):
22 for ii in i.get('streams'):
39 for i in iperf.get('intervals'):
48 for ii in i.get('streams'):
50 pp.pprint(i)
119 for i in fmt(iperf, options):
120 fh.write(i)
/iperf/config/
H A Ddepcomp391 i=$numtries
392 while test $i -gt 0; do
404 while test -d "$lockdir" && test $i -gt 0; do
406 i=`expr $i - 1`
409 i=`expr $i - 1`
412 if test $i -le 0; then
H A Dconfig.guess614 i*86:AIX:*:*)
819 i*86:OSF1:*:*)
917 i*:CYGWIN*:*)
929 i*:PW*:*)
944 i*:UWIN*:*)
1179 i*86:OS/2:*:*)
1193 i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
1196 i*86:*DOS:*:*)
1199 i*86:*:4.*:*)
1216 i*86:*:3.2:*)
[all …]
H A Dltmain.sh5997 int i;
6610 size_t i;
6620 for (i = 0; i < argc; i++)
8952 *" $i "*)
8956 if test -n "$i"; then
9465 case $i in
9471 *" $i "*)
9473 i=
9505 case $i in
9514 *" $i "*)
[all …]
H A Dconfig.sub949 i*86 | x86_64)
1200 | i370 | i*86 | i860 | i960 | ia16 | ia64 \
/iperf/
H A DMakefile.in154 unique=`for i in $$list; do \
155 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
478 for i in $$list; do \
479 if test -f "$$i"; then \
480 echo "$(subdir)/$$i"; \
482 echo "$$sdir/$$i"; \
658 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
H A Dconfigure4683 for i in 1 2 3 4 5 6; do
5440 i=0
5549 i=`expr $i + 1`
6017 i*86 )
7198 cat conftest.i conftest.i >conftest2.i
7233 rm -f conftest.i conftest2.i conftest.out
7246 cat conftest.i conftest.i >conftest2.i
7252 rm -f conftest.i conftest2.i conftest.out
13627 for i in 1 2 3 4 5 6; do
16221 for (i = 2; i < nfields; i++) {
[all …]
H A Daclocal.m41305 echo 'int i;' > conftest.$ac_ext
1392 echo 'int i;' > conftest.$ac_ext
1701 i=0
1810 i=`expr $i + 1`
3426 cat conftest.i conftest.i >conftest2.i
3433 rm -f conftest.i conftest2.i conftest.out])
3444 cat conftest.i conftest.i >conftest2.i
3450 rm -f conftest.i conftest2.i conftest.out
3528 i*86 )
4051 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
[all …]
H A DINSTALL167 "host" platform (i.e., that on which the generated programs will
/iperf/examples/
H A DMakefile.in177 unique=`for i in $$list; do \
178 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
478 for i in $$list; do \
479 if test -f "$$i"; then \
480 echo "$(subdir)/$$i"; \
482 echo "$$sdir/$$i"; \
/iperf/docs/
H A Dinvoking.rst100 -i option). Each line of output includes (at least) the time since the
135 -i, --interval n
365 can be used, i.e. 52, 064 and 0x34 all specify the same value.