Home
last modified time | relevance | path

Searched refs:mux_chan (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/openssh/
H A Dmux.c1215 Channel *mux_chan; in mux_exit_message() local
1220 if ((mux_chan = channel_by_id(ssh, c->ctl_chan)) == NULL) in mux_exit_message()
1229 (r = sshbuf_put_stringb(mux_chan->output, m)) != 0) in mux_exit_message()
1238 Channel *mux_chan; in mux_tty_alloc_failed() local
1243 if ((mux_chan = channel_by_id(ssh, c->ctl_chan)) == NULL) in mux_tty_alloc_failed()
1251 (r = sshbuf_put_stringb(mux_chan->output, m)) != 0) in mux_tty_alloc_failed()