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

/freebsd-10.0-release/crypto/openssh/
H A Dmux.c1092 Channel *mux_chan; local
1097 if ((mux_chan = channel_by_id(c->ctl_chan)) == NULL)
1107 buffer_put_string(&mux_chan->output, buffer_ptr(&m), buffer_len(&m));
1115 Channel *mux_chan; local
1119 if ((mux_chan = channel_by_id(c->ctl_chan)) == NULL)
1128 buffer_put_string(&mux_chan->output, buffer_ptr(&m), buffer_len(&m));

Completed in 73 milliseconds