Home
last modified time | relevance | path

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

/external/openssh/
Dmux.c1183 Channel *mux_chan; in mux_exit_message() local
1188 if ((mux_chan = channel_by_id(c->ctl_chan)) == NULL) in mux_exit_message()
1198 buffer_put_string(&mux_chan->output, buffer_ptr(&m), buffer_len(&m)); in mux_exit_message()
1206 Channel *mux_chan; in mux_tty_alloc_failed() local
1210 if ((mux_chan = channel_by_id(c->ctl_chan)) == NULL) in mux_tty_alloc_failed()
1219 buffer_put_string(&mux_chan->output, buffer_ptr(&m), buffer_len(&m)); in mux_tty_alloc_failed()