Searched refs:readset (Results 1 - 4 of 4) sorted by relevance

/external/openssh/
H A Dserverloop.c154 notify_prepare(fd_set *readset) argument
157 FD_SET(notify_pipe[0], readset);
160 notify_done(fd_set *readset) argument
164 if (notify_pipe[0] != -1 && FD_ISSET(notify_pipe[0], readset))
388 process_input(fd_set *readset) argument
394 if (FD_ISSET(connection_in, readset)) {
423 if (!fdout_eof && FD_ISSET(fdout, readset)) {
442 if (!fderr_eof && FD_ISSET(fderr, readset)) {
554 fd_set *readset = NULL, *writeset = NULL; local
701 wait_until_can_do_something(&readset,
821 fd_set *readset = NULL, *writeset = NULL; local
[all...]
H A Dchannels.c783 typedef void chan_fn(Channel *c, fd_set *readset, fd_set *writeset);
789 channel_pre_listener(Channel *c, fd_set *readset, fd_set *writeset) argument
791 FD_SET(c->sock, readset);
796 channel_pre_connecting(Channel *c, fd_set *readset, fd_set *writeset) argument
803 channel_pre_open_13(Channel *c, fd_set *readset, fd_set *writeset) argument
806 FD_SET(c->sock, readset);
812 channel_pre_open(Channel *c, fd_set *readset, fd_set *writeset) argument
820 FD_SET(c->rfd, readset);
843 FD_SET(c->efd, readset);
850 channel_pre_input_draining(Channel *c, fd_set *readset, fd_se argument
863 channel_pre_output_draining(Channel *c, fd_set *readset, fd_set *writeset) argument
939 channel_pre_x11_open_13(Channel *c, fd_set *readset, fd_set *writeset) argument
965 channel_pre_x11_open(Channel *c, fd_set *readset, fd_set *writeset) argument
991 channel_pre_mux_client(Channel *c, fd_set *readset, fd_set *writeset) argument
1015 channel_decode_socks4(Channel *c, fd_set *readset, fd_set *writeset) argument
1127 channel_decode_socks5(Channel *c, fd_set *readset, fd_set *writeset) argument
1269 channel_pre_dynamic(Channel *c, fd_set *readset, fd_set *writeset) argument
1313 channel_post_x11_listener(Channel *c, fd_set *readset, fd_set *writeset) argument
1446 channel_post_port_listener(Channel *c, fd_set *readset, fd_set *writeset) argument
1497 channel_post_auth_listener(Channel *c, fd_set *readset, fd_set *writeset) argument
1531 channel_post_connecting(Channel *c, fd_set *readset, fd_set *writeset) argument
1591 channel_handle_rfd(Channel *c, fd_set *readset, fd_set *writeset) argument
1640 channel_handle_wfd(Channel *c, fd_set *readset, fd_set *writeset) argument
1732 channel_handle_efd(Channel *c, fd_set *readset, fd_set *writeset) argument
1806 channel_post_open(Channel *c, fd_set *readset, fd_set *writeset) argument
1840 channel_post_mux_client(Channel *c, fd_set *readset, fd_set *writeset) argument
1889 channel_post_mux_listener(Channel *c, fd_set *readset, fd_set *writeset) argument
1940 channel_post_output_drain_13(Channel *c, fd_set *readset, fd_set *writeset) argument
2061 channel_handler(chan_fn *ftab[], fd_set *readset, fd_set *writeset) argument
2124 channel_after_select(fd_set *readset, fd_set *writeset) argument
[all...]
H A Dclientloop.c688 client_process_net_input(fd_set *readset) argument
697 if (FD_ISSET(connection_in, readset)) {
1206 client_process_input(fd_set *readset) argument
1212 if (FD_ISSET(fileno(stdin), readset)) {
1382 fd_set *readset = NULL, *writeset = NULL; local
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)
[all...]
H A Dssh-agent.c995 after_select(fd_set *readset, fd_set *writeset) argument
1010 if (FD_ISSET(sockets[i].fd, readset)) {
1051 if (FD_ISSET(sockets[i].fd, readset)) {

Completed in 185 milliseconds