H A D | clientloop.c | 12 * called by a name other than "ssh" or "Secure Shell". 94 #include "ssh.h" 169 static void client_init_dispatch(struct ssh *ssh); 186 /* XXX move to struct ssh? */ 246 set_control_persist_exit_time(struct ssh *ssh) in set_control_persist_exit_time() argument 252 } else if (channel_still_open(ssh)) { in set_control_persist_exit_time() 290 client_x11_get_proto(struct ssh *ssh, cons argument 461 client_check_window_change(struct ssh * ssh) client_check_window_change() argument 471 client_global_request_reply(int type,u_int32_t seq,struct ssh * ssh) client_global_request_reply() argument 496 server_alive_check(struct ssh * ssh) server_alive_check() argument 516 send_chaff(struct ssh * ssh) send_chaff() argument 577 obfuscate_keystroke_timing(struct ssh * ssh,struct timespec * timeout,int channel_did_enqueue) obfuscate_keystroke_timing() argument 683 client_wait_until_can_do_something(struct ssh * ssh,struct pollfd ** pfdp,u_int * npfd_allocp,u_int * npfd_activep,int channel_did_enqueue,sigset_t * sigsetp,int * conn_in_readyp,int * conn_out_readyp) client_wait_until_can_do_something() argument 790 client_process_net_input(struct ssh * ssh) client_process_net_input() argument 814 client_status_confirm(struct ssh * ssh,int type,Channel * c,void * ctx) client_status_confirm() argument 878 client_abandon_status_confirm(struct ssh * ssh,Channel * c,void * ctx) client_abandon_status_confirm() argument 884 client_expect_confirm(struct ssh * ssh,int id,const char * request,enum confirm_action action) client_expect_confirm() argument 984 process_cmdline(struct ssh * ssh) process_cmdline() argument 1170 process_escapes(struct ssh * ssh,Channel * c,struct sshbuf * bin,struct sshbuf * bout,struct sshbuf * berr,char * buf,int len) process_escapes() argument 1392 client_process_buffered_input_packets(struct ssh * ssh) client_process_buffered_input_packets() argument 1413 client_filter_cleanup(struct ssh * ssh,int cid,void * ctx) client_filter_cleanup() argument 1419 client_simple_escape_filter(struct ssh * ssh,Channel * c,char * buf,int len) client_simple_escape_filter() argument 1429 client_channel_closed(struct ssh * ssh,int id,int force,void * arg) client_channel_closed() argument 1443 client_loop(struct ssh * ssh,int have_pty,int escape_char_arg,int ssh2_chan_id) client_loop() argument 1704 client_request_forwarded_tcpip(struct ssh * ssh,const char * request_type,int rchan,u_int rwindow,u_int rmaxpack) client_request_forwarded_tcpip() argument 1764 client_request_forwarded_streamlocal(struct ssh * ssh,const char * request_type,int rchan) client_request_forwarded_streamlocal() argument 1786 client_request_x11(struct ssh * ssh,const char * request_type,int rchan) client_request_x11() argument 1824 client_request_agent(struct ssh * ssh,const char * request_type,int rchan) client_request_agent() argument 1860 client_request_tun_fwd(struct ssh * ssh,int tun_mode,int local_tun,int remote_tun,channel_open_fn * cb,void * cbctx) client_request_tun_fwd() argument 1907 client_input_channel_open(int type,u_int32_t seq,struct ssh * ssh) client_input_channel_open() argument 1969 client_input_channel_req(int type,u_int32_t seq,struct ssh * ssh) client_input_channel_req() argument 2346 client_global_hostkeys_prove_confirm(struct ssh * ssh,int type,u_int32_t seq,void * _ctx) client_global_hostkeys_prove_confirm() argument 2469 client_input_hostkeys(struct ssh * ssh) client_input_hostkeys() argument 2675 client_input_global_request(int type,u_int32_t seq,struct ssh * ssh) client_input_global_request() argument 2702 client_send_env(struct ssh * ssh,int id,const char * name,const char * val) client_send_env() argument 2715 client_session2_setup(struct ssh * ssh,int id,int want_tty,int want_subsystem,const char * term,struct termios * tiop,int in_fd,struct sshbuf * cmd,char ** env) client_session2_setup() argument 2828 client_init_dispatch(struct ssh * ssh) client_init_dispatch() argument [all...] |