Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 6 of 6) sorted by relevance

/iperf/
H A D.gitignore12 /iperf3.spec
H A DMakefile.in103 CONFIG_CLEAN_FILES = iperf3.spec
158 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/iperf3.spec.in \
372 iperf3.spec: $(top_builddir)/config.status $(srcdir)/iperf3.spec.in
H A Dconfigure.ac321 AC_CONFIG_FILES([Makefile src/Makefile src/version.h examples/Makefile iperf3.spec])
H A DRELNOTES.md425 spec file.
686 * Added an RPM spec file plus functionality to fill in the version
H A Dconfigure16071 "iperf3.spec") CONFIG_FILES="$CONFIG_FILES iperf3.spec" ;;
/iperf/src/
H A Diperf_api.c962 iperf_parse_hostname(struct iperf_test *test, char *spec, char **p, char **p1) { in iperf_parse_hostname() argument
966 if ((*p = strtok(spec, "%")) != NULL && in iperf_parse_hostname()