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

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dmux.c1220 Channel *mux_chan; local
1225 if ((mux_chan = channel_by_id(ssh, c->ctl_chan)) == NULL)
1234 (r = sshbuf_put_stringb(mux_chan->output, m)) != 0)
1243 Channel *mux_chan; local
1248 if ((mux_chan = channel_by_id(ssh, c->ctl_chan)) == NULL)
1256 (r = sshbuf_put_stringb(mux_chan->output, m)) != 0)

Completed in 196 milliseconds