Home | History | Annotate | Download | only in openssh

Lines Matching refs:fdset

335 	fd_set *fdset;
359 fdset = xcalloc(howmany(sockfd + 1, NFDBITS),
361 FD_SET(sockfd, fdset);
365 rc = select(sockfd + 1, NULL, fdset, NULL, &tv);
400 free(fdset);
557 fd_set *fdset;
560 fdset = xcalloc(1, fdsetsz);
579 FD_SET(connection_in, fdset);
580 rc = select(connection_in + 1, fdset, NULL,
581 fdset, &t_remaining);
621 free(fdset);