Lines Matching defs:ssh
192 mux_master_session_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused) in mux_master_session_cleanup_cb()
213 mux_master_control_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused) in mux_master_control_cleanup_cb()
267 mux_master_process_hello(struct ssh *ssh, u_int rid, in mux_master_process_hello()
333 mux_master_process_new_session(struct ssh *ssh, u_int rid, in mux_master_process_new_session()
490 mux_master_process_alive_check(struct ssh *ssh, u_int rid, in mux_master_process_alive_check()
507 mux_master_process_terminate(struct ssh *ssh, u_int rid, in mux_master_process_terminate()
595 mux_confirm_remote_forward(struct ssh *ssh, int type, u_int32_t seq, void *ctxt) in mux_confirm_remote_forward()
683 mux_master_process_open_fwd(struct ssh *ssh, u_int rid, in mux_master_process_open_fwd()
848 mux_master_process_close_fwd(struct ssh *ssh, u_int rid, in mux_master_process_close_fwd()
960 mux_master_process_stdio_fwd(struct ssh *ssh, u_int rid, in mux_master_process_stdio_fwd()
1057 mux_stdio_confirm(struct ssh *ssh, int id, int success, void *arg) in mux_stdio_confirm()
1103 mux_master_process_stop_listening(struct ssh *ssh, u_int rid, in mux_master_process_stop_listening()
1133 mux_master_process_proxy(struct ssh *ssh, u_int rid, in mux_master_process_proxy()
1150 mux_master_read_cb(struct ssh *ssh, Channel *c) in mux_master_read_cb()
1226 mux_exit_message(struct ssh *ssh, Channel *c, int exitval) in mux_exit_message()
1249 mux_tty_alloc_failed(struct ssh *ssh, Channel *c) in mux_tty_alloc_failed()
1272 muxserver_listen(struct ssh *ssh) in muxserver_listen()
1356 mux_session_confirm(struct ssh *ssh, int id, int success, void *arg) in mux_session_confirm()