Home | History | Annotate | Download | only in openssh

Lines Matching refs:readset

688 client_process_net_input(fd_set *readset)
697 if (FD_ISSET(connection_in, readset)) {
1206 client_process_input(fd_set *readset)
1212 if (FD_ISSET(fileno(stdin), readset)) {
1382 fd_set *readset = NULL, *writeset = NULL;
1502 client_wait_until_can_do_something(&readset, &writeset,
1510 channel_after_select(readset, writeset);
1520 client_process_net_input(readset);
1527 client_process_input(readset);
1562 if (readset)
1563 xfree(readset);