Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmux.c481 c->mux_pause = 1; /* stop handling messages until open_confirm done */ in mux_master_process_new_session()
677 if (c->mux_pause <= 0) in mux_confirm_remote_forward()
678 fatal_f("mux_pause %d", c->mux_pause); in mux_confirm_remote_forward()
679 c->mux_pause = 0; /* start processing messages again */ in mux_confirm_remote_forward()
831 c->mux_pause = 1; /* wait for mux_confirm_remote_forward */ in mux_master_process_open_fwd()
1049 c->mux_pause = 1; /* stop handling messages until open_confirm done */ in mux_master_process_stdio_fwd()
1095 if (cc->mux_pause <= 0) in mux_stdio_confirm()
1096 fatal_f("mux_pause %d", cc->mux_pause); in mux_stdio_confirm()
1097 cc->mux_pause = 0; /* start processing messages again */ in mux_stdio_confirm()
1423 if (cc->mux_pause <= 0) in mux_session_confirm()
[all …]
H A Dchannels.h207 int mux_pause; member
H A Dchannels.c1423 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause && in channel_pre_mux_client()
2426 if (c->mux_pause) in channel_post_mux_client_read()