Home | History | Annotate | Download | only in openssh

Lines Matching refs:FD_SET

1095 	fd_set *fdset;
1123 fdset = (fd_set *)xcalloc(howmany(maxfd + 1, NFDBITS),
1127 FD_SET(listen_socks[i], fdset);
1130 FD_SET(startup_pipes[i], fdset);