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

/freebsd-10.2-release/crypto/openssh/
H A Dchannels.h165 int mux_pause; member in struct:Channel
H A Dmux.c467 c->mux_pause = 1; /* stop handling messages until open_confirm done */
622 if (c->mux_pause <= 0)
623 fatal("%s: mux_pause %d", __func__, c->mux_pause);
624 c->mux_pause = 0; /* start processing messages again */
762 c->mux_pause = 1; /* wait for mux_confirm_remote_forward */
1299 if (cc->mux_pause <= 0)
1300 fatal("%s: mux_pause %d", __func__, cc->mux_pause);
1301 cc->mux_pause
[all...]
H A Dchannels.c350 c->mux_pause = 0;
1046 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause &&
1927 if (c->rfd != -1 && !c->mux_pause && FD_ISSET(c->rfd, readset) &&

Completed in 107 milliseconds