Lines Matching refs:ssh
40 struct ssh;
43 int client_loop(struct ssh *, int, int, int);
44 int client_x11_get_proto(struct ssh *, const char *, const char *,
46 void client_session2_setup(struct ssh *, int, int, int,
48 char *client_request_tun_fwd(struct ssh *, int, int, int,
54 void client_filter_cleanup(struct ssh *, int, void *);
55 int client_simple_escape_filter(struct ssh *, Channel *, char *, int);
58 typedef void global_confirm_cb(struct ssh *, int, u_int32_t, void *);
63 void client_expect_confirm(struct ssh *, int, const char *,
79 void muxserver_listen(struct ssh *);
81 void mux_exit_message(struct ssh *, Channel *, int);
82 void mux_tty_alloc_failed(struct ssh *ssh, Channel *);