Home
last modified time | relevance | path

Searched defs:readset (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dchannels.c789 channel_pre_listener(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_listener()
796 channel_pre_connecting(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_connecting()
803 channel_pre_open_13(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_open_13()
812 channel_pre_open(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_open()
850 channel_pre_input_draining(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_input_draining()
863 channel_pre_output_draining(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_output_draining()
939 channel_pre_x11_open_13(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_x11_open_13()
965 channel_pre_x11_open(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_x11_open()
991 channel_pre_mux_client(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_mux_client()
1015 channel_decode_socks4(Channel *c, fd_set *readset, fd_set *writeset) in channel_decode_socks4()
[all …]
Dserverloop.c154 notify_prepare(fd_set *readset) in notify_prepare()
160 notify_done(fd_set *readset) in notify_done()
388 process_input(fd_set *readset) in process_input()
554 fd_set *readset = NULL, *writeset = NULL; in server_loop() local
821 fd_set *readset = NULL, *writeset = NULL; in server_loop2() local
Dclientloop.c688 client_process_net_input(fd_set *readset) in client_process_net_input()
1206 client_process_input(fd_set *readset) in client_process_input()
1382 fd_set *readset = NULL, *writeset = NULL; in client_loop() local
Dssh-agent.c995 after_select(fd_set *readset, fd_set *writeset) in after_select()