Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.c885 channel_pre_listener(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_listener()
892 channel_pre_connecting(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_connecting()
899 channel_pre_open_13(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_open_13()
908 channel_pre_open(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_open()
946 channel_pre_input_draining(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_input_draining()
959 channel_pre_output_draining(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_output_draining()
1042 channel_pre_x11_open_13(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_x11_open_13()
1068 channel_pre_x11_open(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_x11_open()
1094 channel_pre_mux_client(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_mux_client()
1118 channel_decode_socks4(Channel *c, fd_set *readset, fd_set *writeset) in channel_decode_socks4()
[all …]
Dserverloop.c132 notify_prepare(fd_set *readset) in notify_prepare()
138 notify_done(fd_set *readset) in notify_done()
282 process_input(fd_set *readset, int connection_in) in process_input()
354 fd_set *readset = NULL, *writeset = NULL; in server_loop2() local
Dclientloop.c756 client_process_net_input(fd_set *readset) in client_process_net_input()
1329 client_process_input(fd_set *readset) in client_process_input()
1504 fd_set *readset = NULL, *writeset = NULL; in client_loop() local
Dssh-agent.c1071 after_select(fd_set *readset, fd_set *writeset) in after_select()
/external/syslinux/core/lwip/src/api/
Dsockets.c92 fd_set *readset; member
1075 lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset,