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

/macosx-10.10/OpenSSH-189/openssh/
H A Dmux.c1101 Channel *mux_chan; local
1106 if ((mux_chan = channel_by_id(c->ctl_chan)) == NULL)
1116 buffer_put_string(&mux_chan->output, buffer_ptr(&m), buffer_len(&m));
1124 Channel *mux_chan; local
1128 if ((mux_chan = channel_by_id(c->ctl_chan)) == NULL)
1137 buffer_put_string(&mux_chan->output, buffer_ptr(&m), buffer_len(&m));

Completed in 104 milliseconds