Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmux.c478 c->mux_pause = 1; /* stop handling messages until open_confirm done */ in mux_master_process_new_session()
711 if (c->mux_pause <= 0) in mux_confirm_remote_forward()
712 fatal_f("mux_pause %d", c->mux_pause); in mux_confirm_remote_forward()
713 c->mux_pause = 0; /* start processing messages again */ in mux_confirm_remote_forward()
866 c->mux_pause = 1; /* wait for mux_confirm_remote_forward */ in mux_master_process_open_fwd()
1084 c->mux_pause = 1; /* stop handling messages until open_confirm done */ in mux_master_process_stdio_fwd()
1130 if (cc->mux_pause <= 0) in mux_stdio_confirm()
1131 fatal_f("mux_pause %d", cc->mux_pause); in mux_stdio_confirm()
1132 cc->mux_pause = 0; /* start processing messages again */ in mux_stdio_confirm()
1467 if (cc->mux_pause <= 0) in mux_session_confirm()
[all …]
H A Dchannels.h214 int mux_pause; member
H A Dchannels.c1489 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause && in channel_pre_mux_client()
2500 if (c->mux_pause) in channel_post_mux_client_read()