Home
last modified time | relevance | path

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

/freebsd/usr.sbin/inetd/
H A Dinetd.c249 static fd_set allsock; variable
550 FD_SET(signalpipe[0], &allsock); in main()
566 readable = allsock; in main()
1044 if (FD_ISSET(sep->se_fd, &allsock)) in config()
1047 if (!FD_ISSET(sep->se_fd, &allsock)) in config()
1457 if (FD_ISSET(sep->se_fd, &allsock)) in close_sep()
1527 if (FD_ISSET(sep->se_fd, &allsock)) { in enable()
1534 FD_SET(sep->se_fd, &allsock); in enable()
1555 if (!FD_ISSET(sep->se_fd, &allsock)) { in disable()
1566 FD_CLR(sep->se_fd, &allsock); in disable()