Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/inetd/
Dinetd.c249 fd_set allsock; variable
560 FD_SET(signalpipe[0], &allsock); in main()
579 readable = allsock; in main()
1060 if (FD_ISSET(sep->se_fd, &allsock)) in config()
1063 if (!FD_ISSET(sep->se_fd, &allsock)) in config()
1477 if (FD_ISSET(sep->se_fd, &allsock)) in close_sep()
1547 if (FD_ISSET(sep->se_fd, &allsock)) { in enable()
1554 FD_SET(sep->se_fd, &allsock); in enable()
1576 if (!FD_ISSET(sep->se_fd, &allsock)) { in disable()
1587 FD_CLR(sep->se_fd, &allsock); in disable()