Home
last modified time | relevance | path

Searched refs:h (Results 1 – 19 of 19) sorted by relevance

/iperf/src/
H A DMakefile.am14 cjson.h \
15 flowlabel.h \
16 iperf.h \
18 iperf_api.h \
27 iperf_tcp.h \
29 iperf_udp.h \
38 net.h \
40 queue.h \
43 timer.h \
45 units.h \
[all …]
H A Diperf_config.h.in1 /* src/iperf_config.h.in. Generated from configure.ac by autoheader. */
15 /* Define to 1 if you have the <dlfcn.h> header file. */
21 /* Define to 1 if you have the <endian.h> header file. */
30 /* Define to 1 if you have the <inttypes.h> header file. */
48 /* Define to 1 if you have the <poll.h> header file. */
72 /* Define to 1 if you have the <stdint.h> header file. */
75 /* Define to 1 if you have the <stdio.h> header file. */
78 /* Define to 1 if you have the <stdlib.h> header file. */
81 /* Define to 1 if you have the <strings.h> header file. */
84 /* Define to 1 if you have the <string.h> header file. */
[all …]
H A DMakefile.in165 am__iperf3_profile_SOURCES_DIST = main.c cjson.c cjson.h flowlabel.h \
166 iperf.h iperf_api.c iperf_api.h iperf_error.c iperf_auth.h \
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 \
172 units.h version.h
308 iperf_config.h.in
504 $(srcdir)/iperf_config.h.in $(srcdir)/version.h.in \
712 all: iperf_config.h
761 version.h: $(top_builddir)/config.status $(srcdir)/version.h.in
[all …]
H A Dcjson.c128 #error cJSON.h and cJSON.c have different versions. Make sure that both have the same.
622 unsigned int h = 0; in parse_hex4() local
630 h += (unsigned int) input[i] - '0'; in parse_hex4()
634 h += (unsigned int) 10 + input[i] - 'A'; in parse_hex4()
638 h += (unsigned int) 10 + input[i] - 'a'; in parse_hex4()
648 h = h << 4; in parse_hex4()
652 return h; in parse_hex4()
/iperf/
H A Dconfigure.ac87 AC_CHECK_HEADERS([poll.h])
111 AC_CHECK_HEADERS([linux/tcp.h])
115 AC_CHECK_HEADERS([sys/socket.h])
116 AC_CHECK_HEADERS([netinet/sctp.h],
120 [[#include <netinet/sctp.h>]]),
123 #include <sys/socket.h>
128 AC_CHECK_HEADER([endian.h],
130 AC_CHECK_HEADER([sys/endian.h],
132 AC_MSG_WARN([Couldn't find endian.h or sys/endian.h files: doing compile-time tests.])
306 #include <linux/tcp.h>
[all …]
H A Dconfigure1672 /* end confdefs.h. */
1704 /* end confdefs.h. */
1767 /* end confdefs.h. */
1784 /* end confdefs.h. */
2024 cat confdefs.h
4053 /* end confdefs.h. */
4196 /* end confdefs.h. */
4261 /* end confdefs.h. */
4314 /* end confdefs.h. */
4359 /* end confdefs.h. */
[all …]
H A D.gitignore19 src/iperf_config.h
20 src/version.h
H A Dmake_release10 print $3 }' src/version.h`
58 contents of src/version.h are used.
H A DLICENSE43 This software contains source code (src/cjson.{c,h}) that is:
67 This software contains source code (src/net.{c,h}) that is:
144 This software contains source code (src/queue.h) that is:
174 * @(#)queue.h 8.5 (Berkeley) 8/20/94
179 This software contains source code (src/units.{c.h}) that is:
236 This software contains source code (src/portable_endian.h) that is:
H A Daclocal.m4658 -h, --help print this help, then exit
679 --help | --h* | -h )
1843 [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
1859 #include "confdefs.h"
1862 #include <dlfcn.h>
1865 #include <stdio.h>
9289 echo '#include "conftst'$i'.h"' >> sub/conftest.c
9290 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
9292 echo '/* dummy */' > sub/conftst$i.h
9330 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
[all …]
H A Diperf3.spec.in57 %{_includedir}/iperf_api.h
H A DINSTALL18 It may also create one or more `.h' files containing system-dependent
206 `-h'
H A DMakefile.in102 CONFIG_HEADER = $(top_builddir)/src/iperf_config.h
659 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
H A DRELNOTES.md17 * Add get/set test_unit_format function declaration to iperf_api.h
895 * Stream list now managed by queue.h macros
/iperf/config/
H A Dax_check_openssl.m423 # #include <openssl/hmac.h>
72 # note that we #include <openssl/foo.h>, so the OpenSSL headers have to be in
78 AC_MSG_CHECKING([for openssl/ssl.h in $ssldir])
79 if test -f "$ssldir/include/openssl/ssl.h"; then
109 [AC_LANG_PROGRAM([#include <openssl/ssl.h>], [SSL_new(NULL)])],
H A Dconfig.guess626 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
645 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
1201 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1250 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
/iperf/contrib/
H A Diperf3_to_gnuplot.py61 h=row_header,
/iperf/docs/
H A Dinvoking.rst125 iperf3's help output, which can be viewed by running iperf3 with the -h
204 -h, --help
/iperf/examples/
H A DMakefile.in101 CONFIG_HEADER = $(top_builddir)/src/iperf_config.h