Home
last modified time | relevance | path

Searched refs:daemon (Results 1 – 9 of 9) sorted by relevance

/iperf/src/
H A Dmain.c139 if (test->daemon) { in run()
141 rc = daemon(0, 0); in run()
H A Diperf_util.h60 extern int daemon(int nochdir, int noclose);
H A Diperf.h315 int daemon; /* -D option */ member
H A Diperf_config.h.in12 /* Define to 1 if you have the `daemon' function. */
H A Diperf_util.c448 int daemon(int nochdir, int noclose) in daemon() function
H A Diperf_api.c1146 test->daemon = 1; in iperf_parse_arguments()
/iperf/
H A DRELNOTES.md270 * iperf3 now builds on systems lacking a daemon(3) library call
624 mostly useful for daemon mode (issue #120).
628 iperf3 server in daemon mode (issue #119).
830 daemon mode (issue #120).
865 -D, --daemon run server as a daemon
H A Dconfigure.ac209 # Check for daemon(). Most systems have this but a few (IRIX) don't.
210 AC_CHECK_FUNCS([daemon])
/iperf/docs/
H A Dinvoking.rst141 daemon.
212 -D, --daemon
213 run the server in background as a daemon