Home
last modified time | relevance | path

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

/external/openssh/
Dmux.c471 c->mux_pause = 1; /* stop handling messages until open_confirm done */ in process_mux_new_session()
622 if (c->mux_pause <= 0) in mux_confirm_remote_forward()
623 fatal("%s: mux_pause %d", __func__, c->mux_pause); in mux_confirm_remote_forward()
624 c->mux_pause = 0; /* start processing messages again */ in mux_confirm_remote_forward()
759 c->mux_pause = 1; /* wait for mux_confirm_remote_forward */ in process_mux_open_fwd()
1244 if (cc->mux_pause <= 0) in mux_session_confirm()
1245 fatal("%s: mux_pause %d", __func__, cc->mux_pause); in mux_session_confirm()
1246 cc->mux_pause = 0; /* start processing messages again */ in mux_session_confirm()
Dchannels.h155 int mux_pause; member
Dchannels.c333 c->mux_pause = 0; in channel_new()
993 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause && in channel_pre_mux_client()
1848 if (c->rfd != -1 && !c->mux_pause && FD_ISSET(c->rfd, readset) &&