Home | History | Annotate | Download | only in openssh

Lines Matching refs:FD_SET

246 	fd_set *fdset;
270 fdset = (fd_set *)xcalloc(howmany(sockfd + 1, NFDBITS),
272 FD_SET(sockfd, fdset);
448 fd_set *fdset;
460 FD_SET(connection_in, fdset);