Lines Matching defs:ssh

218 set_control_persist_exit_time(struct ssh *ssh)  in set_control_persist_exit_time()
262 client_x11_get_proto(struct ssh *ssh, const char *display, in client_x11_get_proto()
433 client_check_window_change(struct ssh *ssh) in client_check_window_change()
443 client_global_request_reply(int type, u_int32_t seq, struct ssh *ssh) in client_global_request_reply()
468 server_alive_check(struct ssh *ssh) in server_alive_check()
491 client_wait_until_can_do_something(struct ssh *ssh, in client_wait_until_can_do_something()
601 client_process_net_input(struct ssh *ssh, fd_set *readset) in client_process_net_input()
651 client_status_confirm(struct ssh *ssh, int type, Channel *c, void *ctx) in client_status_confirm()
715 client_abandon_status_confirm(struct ssh *ssh, Channel *c, void *ctx) in client_abandon_status_confirm()
721 client_expect_confirm(struct ssh *ssh, int id, const char *request, in client_expect_confirm()
755 process_cmdline(struct ssh *ssh) in process_cmdline()
932 process_escapes(struct ssh *ssh, Channel *c, in process_escapes()
1158 client_process_buffered_input_packets(struct ssh *ssh) in client_process_buffered_input_packets()
1179 client_filter_cleanup(struct ssh *ssh, int cid, void *ctx) in client_filter_cleanup()
1185 client_simple_escape_filter(struct ssh *ssh, Channel *c, char *buf, int len) in client_simple_escape_filter()
1195 client_channel_closed(struct ssh *ssh, int id, void *arg) in client_channel_closed()
1209 client_loop(struct ssh *ssh, int have_pty, int escape_char_arg, in client_loop()
1459 client_request_forwarded_tcpip(struct ssh *ssh, const char *request_type, in client_request_forwarded_tcpip()
1519 client_request_forwarded_streamlocal(struct ssh *ssh, in client_request_forwarded_streamlocal()
1541 client_request_x11(struct ssh *ssh, const char *request_type, int rchan) in client_request_x11()
1579 client_request_agent(struct ssh *ssh, const char *request_type, int rchan) in client_request_agent()
1609 client_request_tun_fwd(struct ssh *ssh, int tun_mode, in client_request_tun_fwd()
1656 client_input_channel_open(int type, u_int32_t seq, struct ssh *ssh) in client_input_channel_open()
1718 client_input_channel_req(int type, u_int32_t seq, struct ssh *ssh) in client_input_channel_req()
2095 client_global_hostkeys_private_confirm(struct ssh *ssh, int type, in client_global_hostkeys_private_confirm()
2199 client_input_hostkeys(struct ssh *ssh) in client_input_hostkeys()
2401 client_input_global_request(int type, u_int32_t seq, struct ssh *ssh) in client_input_global_request()
2428 client_send_env(struct ssh *ssh, int id, const char *name, const char *val) in client_send_env()
2441 client_session2_setup(struct ssh *ssh, int id, int want_tty, int want_subsystem, in client_session2_setup()
2550 client_init_dispatch(struct ssh *ssh) in client_init_dispatch()