Home
last modified time | relevance | path

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

/external/openssh/
Dmux.c1215 Channel *mux_chan; in mux_exit_message() local
1220 if ((mux_chan = channel_by_id(c->ctl_chan)) == NULL) in mux_exit_message()
1230 buffer_put_string(&mux_chan->output, buffer_ptr(&m), buffer_len(&m)); in mux_exit_message()
1238 Channel *mux_chan; in mux_tty_alloc_failed() local
1242 if ((mux_chan = channel_by_id(c->ctl_chan)) == NULL) in mux_tty_alloc_failed()
1251 buffer_put_string(&mux_chan->output, buffer_ptr(&m), buffer_len(&m)); in mux_tty_alloc_failed()