Home | History | Annotate | Download | only in openssh

Lines Matching full:mux

1 /* $OpenBSD: mux.c,v 1.29 2011/06/22 22:08:42 djm Exp $ */
24 * - Better fall-back from mux slave error to new connection.
27 * - Support ~^Z in mux slaves.
140 /* mux protocol messages */
189 /* Cleanup callback fired on closure of mux slave _session_ channel */
210 /* Cleanup callback fired on closure of mux slave _control_ channel */
239 /* Check mux client environment variables before passing them to mux master. */
261 /* Mux master protocol message handlers */
598 logit("Allocated port %u for mux remote forward"
954 /* Channel callbacks fired on read/write from mux slave fd */
1018 error("%s: unsupported mux message 0x%08x", __func__, type);
1045 fatal("%s: channel %d missing mux channel %d",
1067 fatal("%s: channel %d missing mux channel %d",
1079 /* Prepare a mux master to listen on a Unix domain socket. */
1150 /* Now atomically "move" the mux socket into position */
1153 fatal("%s: link mux listener %s => %s: %s", __func__,
1169 mux_listener_channel = channel_new("mux listener",
1174 debug3("%s: mux listener channel %d fd %d", __func__,
1178 /* Callback on open confirmation in mux master for a mux client session. */
1268 * Relay signal handler - used to pass some signals from mux client to
1269 * mux master.
1956 debug("auto-mux: Trying existing master");