Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmux.c1229 Channel *mux_chan; in mux_exit_message() local
1234 if ((mux_chan = channel_by_id(ssh, c->ctl_chan)) == NULL) in mux_exit_message()
1243 (r = sshbuf_put_stringb(mux_chan->output, m)) != 0) in mux_exit_message()
1252 Channel *mux_chan; in mux_tty_alloc_failed() local
1257 if ((mux_chan = channel_by_id(ssh, c->ctl_chan)) == NULL) in mux_tty_alloc_failed()
1265 (r = sshbuf_put_stringb(mux_chan->output, m)) != 0) in mux_tty_alloc_failed()