Lines Matching refs:ssh
41 struct ssh;
44 int client_loop(struct ssh *, int, int, int);
45 int client_x11_get_proto(struct ssh *, const char *, const char *,
47 void client_session2_setup(struct ssh *, int, int, int,
49 char *client_request_tun_fwd(struct ssh *, int, int, int,
55 void client_filter_cleanup(struct ssh *, int, void *);
56 int client_simple_escape_filter(struct ssh *, Channel *, const char *, int);
59 typedef void global_confirm_cb(struct ssh *, int, u_int32_t, void *);
64 void client_expect_confirm(struct ssh *, int, const char *,
80 void muxserver_listen(struct ssh *);
82 void mux_exit_message(struct ssh *, Channel *, int);
83 void mux_tty_alloc_failed(struct ssh *ssh, Channel *);