Lines Matching refs:Channel

120 static Channel *mux_listener_channel = NULL;
155 Channel *, struct sshbuf *, struct sshbuf *);
157 Channel *, struct sshbuf *, struct sshbuf *);
159 Channel *, struct sshbuf *, struct sshbuf *);
161 Channel *, struct sshbuf *, struct sshbuf *);
163 Channel *, struct sshbuf *, struct sshbuf *);
165 Channel *, struct sshbuf *, struct sshbuf *);
167 Channel *, struct sshbuf *, struct sshbuf *);
169 Channel *, struct sshbuf *, struct sshbuf *);
171 Channel *, struct sshbuf *, struct sshbuf *);
175 int (*handler)(struct ssh *, u_int, Channel *,
194 Channel *cc, *c = channel_by_id(ssh, cid); in mux_master_session_cleanup_cb()
215 Channel *sc, *c = channel_by_id(ssh, cid); in mux_master_control_cleanup_cb()
268 Channel *c, struct sshbuf *m, struct sshbuf *reply) in mux_master_process_hello()
334 Channel *c, struct sshbuf *m, struct sshbuf *reply) in mux_master_process_new_session()
336 Channel *nc; in mux_master_process_new_session()
491 Channel *c, struct sshbuf *m, struct sshbuf *reply) in mux_master_process_alive_check()
508 Channel *c, struct sshbuf *m, struct sshbuf *reply) in mux_master_process_terminate()
600 Channel *c; in mux_confirm_remote_forward()
684 Channel *c, struct sshbuf *m, struct sshbuf *reply) in mux_master_process_open_fwd()
849 Channel *c, struct sshbuf *m, struct sshbuf *reply) in mux_master_process_close_fwd()
961 Channel *c, struct sshbuf *m, struct sshbuf *reply) in mux_master_process_stdio_fwd()
963 Channel *nc; in mux_master_process_stdio_fwd()
1060 Channel *c, *cc; in mux_stdio_confirm()
1104 Channel *c, struct sshbuf *m, struct sshbuf *reply) in mux_master_process_stop_listening()
1134 Channel *c, struct sshbuf *m, struct sshbuf *reply) 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()
1229 Channel *mux_chan; in mux_exit_message()
1249 mux_tty_alloc_failed(struct ssh *ssh, Channel *c) in mux_tty_alloc_failed()
1252 Channel *mux_chan; in mux_tty_alloc_failed()
1360 Channel *c, *cc; in mux_session_confirm()