Searched defs:inetd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c161 boolean_t inetd = B_FALSE; /* control daemon mode */ variable
312 * In the future if inetd supports per-socket IPsec dcs can be run
313 * under inetd.
314 * Daemonize if we were not started by inetd unless running standalone.
316 inetd = is_socket(STDIN_FILENO);
317 if (inetd == B_FALSE && standalone == 0) {
481 * endpoint for our reserved port. In daemon mode, inetd
486 if (inetd == B_FALSE || standalone) {

Completed in 47 milliseconds