Lines Matching refs:Channel
106 static Channel *mux_listener_channel = NULL;
141 Channel *, struct sshbuf *, struct sshbuf *);
143 Channel *, struct sshbuf *, struct sshbuf *);
145 Channel *, struct sshbuf *, struct sshbuf *);
147 Channel *, struct sshbuf *, struct sshbuf *);
149 Channel *, struct sshbuf *, struct sshbuf *);
151 Channel *, struct sshbuf *, struct sshbuf *);
153 Channel *, struct sshbuf *, struct sshbuf *);
155 Channel *, struct sshbuf *, struct sshbuf *);
157 Channel *, struct sshbuf *, struct sshbuf *);
161 int (*handler)(struct ssh *, u_int, Channel *,
180 Channel *cc, *c = channel_by_id(ssh, cid);
201 Channel *sc, *c = channel_by_id(ssh, cid);
254 Channel *c, struct sshbuf *m, struct sshbuf *reply)
320 Channel *c, struct sshbuf *m, struct sshbuf *reply)
322 Channel *nc;
477 Channel *c, struct sshbuf *m, struct sshbuf *reply)
494 Channel *c, struct sshbuf *m, struct sshbuf *reply)
586 Channel *c;
670 Channel *c, struct sshbuf *m, struct sshbuf *reply)
835 Channel *c, struct sshbuf *m, struct sshbuf *reply)
947 Channel *c, struct sshbuf *m, struct sshbuf *reply)
949 Channel *nc;
1046 Channel *c, *cc;
1090 Channel *c, struct sshbuf *m, struct sshbuf *reply)
1120 Channel *c, struct sshbuf *m, struct sshbuf *reply)
1134 /* Channel callbacks fired on read/write from mux client fd */
1136 mux_master_read_cb(struct ssh *ssh, Channel *c)
1165 /* Channel code ensures that we receive whole packets */
1212 mux_exit_message(struct ssh *ssh, Channel *c, int exitval)
1215 Channel *mux_chan;
1235 mux_tty_alloc_failed(struct ssh *ssh, Channel *c)
1238 Channel *mux_chan;
1346 Channel *c, *cc;