Home
last modified time | relevance | path

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

/external/openssh/
Dmux.c475 c->mux_pause = 1; /* stop handling messages until open_confirm done */ in process_mux_new_session()
656 if (c->mux_pause <= 0) in mux_confirm_remote_forward()
657 fatal("%s: mux_pause %d", __func__, c->mux_pause); in mux_confirm_remote_forward()
658 c->mux_pause = 0; /* start processing messages again */ in mux_confirm_remote_forward()
812 c->mux_pause = 1; /* wait for mux_confirm_remote_forward */ in process_mux_open_fwd()
1034 c->mux_pause = 1; /* stop handling messages until open_confirm done */ in process_mux_stdio_fwd()
1078 if (cc->mux_pause <= 0) in mux_stdio_confirm()
1079 fatal("%s: mux_pause %d", __func__, cc->mux_pause); in mux_stdio_confirm()
1080 cc->mux_pause = 0; /* start processing messages again */ in mux_stdio_confirm()
1407 if (cc->mux_pause <= 0) in mux_session_confirm()
[all …]
Dchannels.h165 int mux_pause; member
Dchannels.c376 c->mux_pause = 0; in channel_new()
1096 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause && in channel_pre_mux_client()
1985 if (c->rfd != -1 && !c->mux_pause && FD_ISSET(c->rfd, readset) &&