Home
last modified time | relevance | path

Searched refs:c (Results 1 – 22 of 22) sorted by relevance

/iperf/src/
H A DMakefile.am13 cjson.c \
17 iperf_api.c \
36 dscp.c \
37 net.c \
42 timer.c \
44 units.c \
49 iperf3_SOURCES = main.c
58 iperf3_profile_SOURCES = main.c \
67 t_timer_SOURCES = t_timer.c
77 t_uuid_SOURCES = t_uuid.c
[all …]
H A DMakefile.in166 iperf.h iperf_api.c iperf_api.h iperf_error.c iperf_auth.h \
167 iperf_auth.c iperf_client_api.c iperf_locale.c iperf_locale.h \
168 iperf_server_api.c iperf_tcp.c iperf_tcp.h iperf_udp.c \
169 iperf_udp.h iperf_sctp.c iperf_sctp.h iperf_util.c \
170 iperf_util.h iperf_time.c iperf_time.h dscp.c net.c net.h \
171 portable_endian.h queue.h tcp_info.c timer.c timer.h units.c \
661 dscp.c \
892 -rm -f *.tab.c
942 .c.o:
949 .c.obj:
[all …]
H A Diperf_util.c551 int c = fgetc(fp); in getdelim() local
552 if (c == -1) { in getdelim()
562 *ptr++ = c; in getdelim()
563 if (c == delimiter) { in getdelim()
H A Dversion.h.in2 * iperf, Copyright (c) 2014, The Regents of the University of
H A Dcjson.c128 #error cJSON.h and cJSON.c have different versions. Make sure that both have the same.
/iperf/examples/
H A DMakefile.in308 mic_SOURCES = mic.c
312 mis_SOURCES = mis.c
319 .SUFFIXES: .c .lo .o .obj
371 -rm -f *.tab.c
382 .c.o:
389 .c.obj:
396 .c.lo:
403 mic-mic.o: mic.c
410 mic-mic.obj: mic.c
417 mis-mis.o: mis.c
[all …]
H A DMakefile.am5 mic_SOURCES = mic.c
10 mis_SOURCES = mis.c
/iperf/
H A DLICENSE1 "iperf, Copyright (c) 2014-2022, The Regents of the University of California,
43 This software contains source code (src/cjson.{c,h}) that is:
45 Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
67 This software contains source code (src/net.{c,h}) that is:
71 Copyright (c) 2005-2007 Russ Cox,
99 * Copyright (c) 2003 by Lucent Technologies.
113 This software contains source code (src/net.c) that is:
116 * Copyright (c) 2001 Eric Jackson <[email protected]>
147 * Copyright (c) 1991, 1993
182 * Copyright (c) 1999,2000,2001,2002,2003
[all …]
H A D.travis.yml1 language: c
H A Dconfigure3590 ac_ext=c
4570 ac_ext=c
4577 ac_ext=c
4630 ac_ext=c
7464 ac_ext=c
8882 ac_ext=c
8890 ac_ext=c
12727 ac_ext=c
12789 ac_ext=c
13514 ac_ext=c
[all …]
H A Dconfigure.ac1 # iperf, Copyright (c) 2014-2022, The Regents of the University of
48 # Checks for tools: c compiler, ranlib (used for creating static libraries),
H A Daclocal.m41021 echo "int foo(void){return 1;}" > conftest.c
1056 cat > conftest.c << _LT_EOF
1059 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
1060 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
1065 cat > conftest.c << _LT_EOF
2627 # like /cygdrive/c/PROGRA~1:/cygdr...
6239 ac_ext=c
6399 CC=${CXX-"c++"}
9287 : > sub/conftest.c
9328 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
[all …]
H A DREADME.md153 iperf, Copyright (c) 2014-2022, The Regents of the University of
H A DRELNOTES.md15 …* Fix interface specification so doesn't overlap with IPv6 link-local addresses for -c and -B (#11…
807 * A possible buffer overflow in iperf_error.c has been fixed (issue
/iperf/config/
H A Dcompile212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
287 *.c)
H A Dax_check_openssl.m427 # Copyright (c) 2009,2010 Zmanda Inc. <http://www.zmanda.com/>
28 # Copyright (c) 2009,2010 Dustin J. Mitchell <[email protected]>
H A Dltmain.sh2518 compile|compil|compi|comp|com|co|c)
3631 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
4832 my_dlsyms=${my_outputname}S.c
4841 *.c)
6641 char c = *s;
6642 if (c == '"')
6645 if (c == '\\')
9457 $opt_dry_run || $RM conftest.c
9458 cat > conftest.c <<EOF
9510 if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
[all …]
H A Dconfig.sub1192 | c[123]* | c30 | [cjt]90 | c4x \
/iperf/docs/
H A Dinvoking.rst39 iperf3 -c server [ options ]
68 client mode can be started using the -c command-line option, which also
72 iperf3 -c iperf3.example.com
74 iperf3 -c 192.0.2.1
76 iperf3 -c 2001:db8::1
81 iperf3 -c iperf3.example.com -p 5002
95 iperf3 -c iperf3.example.com -p 5202 -R
252 -c, --client host[%dev]
H A Ddev.rst228 nroff -Tascii -c -man src/iperf3.1 | ul | sed 's/^/ /' > iperf3.txt
/iperf/contrib/
H A DDockerfile9 # - Client: docker run -it iperf3 -c 192.168.1.1 (note: since this is a minimal image and does not …
/iperf/docs/_esnet/
H A DLICENSE1 Copyright (c) 2014, ESnet