Home
last modified time | relevance | path

Searched refs:t (Results 1 – 16 of 16) sorted by relevance

/iperf/src/
H A Dtimer.c68 timers = t; in list_add()
69 t->prev = t->next = NULL; in list_add()
105 t->prev->next = t->next; in list_remove()
107 t->next->prev = t->prev; in list_remove()
127 Timer* t; in tmr_create() local
149 return t; in tmr_create()
180 Timer* t; in tmr_run() local
184 for ( t = timers; t != NULL; t = next ) { in tmr_run()
191 (t->timer_proc)( t->client_data, &now ); in tmr_run()
194 iperf_time_add_usecs(&t->time, t->usecs); in tmr_run()
[all …]
H A Diperf_auth.c68 time_t t = time(NULL); in check_authentication() local
69 time_t utc_seconds = mktime(localtime(&t)); in check_authentication()
284 time_t t = time(NULL); in encode_auth_setting() local
285 time_t utc_seconds = mktime(localtime(&t)); in encode_auth_setting()
H A Diperf_api.c2342 struct iperf_textline *t; in send_results() local
2344 buflen += strlen(t->line); in send_results()
2350 strncat(output, t->line, buflen); in send_results()
2351 buflen -= strlen(t->line); in send_results()
2974 struct iperf_textline *t; in iperf_free_test() local
2976 t = TAILQ_FIRST(&test->server_output_list); in iperf_free_test()
2978 free(t->line); in iperf_free_test()
2979 free(t); in iperf_free_test()
3120 struct iperf_textline *t; in iperf_reset_test() local
3124 free(t->line); in iperf_reset_test()
[all …]
/iperf/docs/
H A Dfaq.rst47 no dependencies on any shared libraries. Unfortunately this isn't
77 How can I build on a system that doesn't support profiled executables?
139 When TCP packets are sent with the "Don't Fragment" flag set, which
146 MSS and therefore don’t perform segmentation. In these cases, when
149 but since the packets don’t get to the server, no ack is received
160 that doesn’t help then "Don't Fragment" TCP flag may be
163 note that disabling the “Don’t Fragment” flag may cause other
180 default 10 seconds to better see the behavior (iperf3 ``-t``
214 Why can’t I run a UDP client with no server?
216 denial of service attack. We don't want iperf3 to be an attack tool.
[all …]
H A D2017-04-27.txt55 indicate requests we agree with (or at least don't object to), but
56 which we don't have the time to work on ourselves. These are good
H A Dinvoking.rst308 -t, --time n
312 number of bytes to transmit (instead of -t)
315 number of blocks (packets) to transmit (instead of -t or -n)
437 Set the IPv4 Don't Fragment (DF) bit on outgoing packets. Only
H A Ddev.rst51 of -t or -n)
/iperf/
H A Daclocal.m41805 # we can't tell.
2869 # Don't embed -rpath directories since the linker doesn't support them.
3879 # These system don't have libm, or don't need it
4062 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
5623 # Don't use ranlib
6691 # Don't use ranlib
7731 subroutine t
7738 program t
7867 subroutine t
7874 program t
[all …]
H A Dconfigure.ac34 # directory is picked so that they don't clutter up more useful directories.
132 AC_MSG_WARN([Couldn't find endian.h or sys/endian.h files: doing compile-time tests.])
186 # don't use that file directly (we have our own stripped-down
209 # Check for daemon(). Most systems have this but a few (IRIX) don't.
H A DINSTALL34 some point `config.cache' contains results you don't want to keep, you
136 find the X include and library files automatically, but if it doesn't,
158 `config.sub' isn't included in this package, then this package doesn't
H A DRELNOTES.md15 …* Fix interface specification so doesn't overlap with IPv6 link-local addresses for -c and -B (#11…
55 * Fix a bug where some --reverse tests didn't terminate (#982 /
88 * Support for setting the IPv4 don't-fragment (DF) bit has been
199 * Failed authentication doesn't count for --one-off (#864/#877).
368 * The T/t suffixes for terabytes/terabits are now accepted for
470 don't support these options.
869 (instead of -t or -n)
933 * Currently supported options: -l, -t, -n, -P, -R
H A Dconfigure1895 # Strip out --silent because we don't want to record it for future runs.
12174 # Don't try to run any link tests for TPF. We know it's impossible
12646 # FIXME - insert some real tests, host_os isn't really good enough
14080 char *t = &tx;
14083 *t++ = 0;
15625 -d, --debug don't remove temporary files
16347 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
/iperf/config/
H A Dax_check_openssl.m453 # then use that information and don't search ssldirs
91 # if the file wasn't found, well, go ahead and try the link anyway -- maybe
H A Dltmain.sh5359 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
6160 /* execv doesn't actually work on mingw as expected on unix */
6754 # we shouldn't force the makefile maintainer to figure out
/iperf/.github/
H A DCONTRIBUTING.md62 submission if if it doesn't involve rewriting large sections of the
65 to give you guidance so that future iperf3 changes won't conflict with
/iperf/contrib/
H A DDockerfile4 # - Build Docker image: docker build -t iperf3 -f contrib/Dockerfile .