• Home
  • Raw
  • Download

Lines Matching defs:ssh

193 mux_master_session_cleanup_cb(struct ssh *ssh, int cid, void *unused)  in mux_master_session_cleanup_cb()
215 mux_master_control_cleanup_cb(struct ssh *ssh, int cid, void *unused) in mux_master_control_cleanup_cb()
268 mux_master_process_hello(struct ssh *ssh, u_int rid, in mux_master_process_hello()
335 mux_master_process_new_session(struct ssh *ssh, u_int rid, in mux_master_process_new_session()
501 mux_master_process_alive_check(struct ssh *ssh, u_int rid, in mux_master_process_alive_check()
518 mux_master_process_terminate(struct ssh *ssh, u_int rid, in mux_master_process_terminate()
606 mux_confirm_remote_forward(struct ssh *ssh, int type, u_int32_t seq, void *ctxt) in mux_confirm_remote_forward()
695 mux_master_process_open_fwd(struct ssh *ssh, u_int rid, in mux_master_process_open_fwd()
862 mux_master_process_close_fwd(struct ssh *ssh, u_int rid, in mux_master_process_close_fwd()
974 mux_master_process_stdio_fwd(struct ssh *ssh, u_int rid, in mux_master_process_stdio_fwd()
1066 mux_stdio_confirm(struct ssh *ssh, int id, int success, void *arg) in mux_stdio_confirm()
1112 mux_master_process_stop_listening(struct ssh *ssh, u_int rid, in mux_master_process_stop_listening()
1142 mux_master_process_proxy(struct ssh *ssh, u_int rid, in mux_master_process_proxy()
1159 mux_master_read_cb(struct ssh *ssh, Channel *c) in mux_master_read_cb()
1238 mux_exit_message(struct ssh *ssh, Channel *c, int exitval) in mux_exit_message()
1263 mux_tty_alloc_failed(struct ssh *ssh, Channel *c) in mux_tty_alloc_failed()
1287 muxserver_listen(struct ssh *ssh) in muxserver_listen()
1371 mux_session_confirm(struct ssh *ssh, int id, int success, void *arg) in mux_session_confirm()