Searched refs:daemon (Results 1 – 9 of 9) sorted by relevance
139 if (test->daemon) { in run()141 rc = daemon(0, 0); in run()
60 extern int daemon(int nochdir, int noclose);
315 int daemon; /* -D option */ member
12 /* Define to 1 if you have the `daemon' function. */
448 int daemon(int nochdir, int noclose) in daemon() function
1146 test->daemon = 1; in iperf_parse_arguments()
270 * iperf3 now builds on systems lacking a daemon(3) library call624 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
209 # Check for daemon(). Most systems have this but a few (IRIX) don't.210 AC_CHECK_FUNCS([daemon])
141 daemon.212 -D, --daemon213 run the server in background as a daemon