Lines Matching refs:Channel
43 * SSH Protocol 1.5 aka New Channel Protocol
75 static void chan_send_eof2(struct ssh *, Channel *);
76 static void chan_send_eow2(struct ssh *, Channel *);
79 static void chan_shutdown_write(struct ssh *, Channel *);
80 static void chan_shutdown_read(struct ssh *, Channel *);
81 static void chan_shutdown_extended_read(struct ssh *, Channel *);
91 chan_set_istate(Channel *c, u_int next)
101 chan_set_ostate(Channel *c, u_int next)
111 chan_read_failed(struct ssh *ssh, Channel *c)
127 chan_ibuf_empty(struct ssh *ssh, Channel *c)
149 chan_obuf_empty(struct ssh *ssh, Channel *c)
170 chan_rcvd_eow(struct ssh *ssh, Channel *c)
182 chan_send_eof2(struct ssh *ssh, Channel *c)
205 chan_send_close2(struct ssh *ssh, Channel *c)
230 chan_send_eow2(struct ssh *ssh, Channel *c)
255 chan_rcvd_ieof(struct ssh *ssh, Channel *c)
268 chan_rcvd_oclose(struct ssh *ssh, Channel *c)
308 chan_write_failed(struct ssh *ssh, Channel *c)
327 chan_mark_dead(struct ssh *ssh, Channel *c)
333 chan_is_dead(struct ssh *ssh, Channel *c, int do_send)
375 chan_shutdown_write(struct ssh *ssh, Channel *c)
400 chan_shutdown_read(struct ssh *ssh, Channel *c)
423 chan_shutdown_extended_read(struct ssh *ssh, Channel *c)