Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dmux.c471 c->mux_pause = 1; /* stop handling messages until open_confirm done */ in mux_master_process_new_session()
667 if (c->mux_pause <= 0) in mux_confirm_remote_forward()
668 fatal_f("mux_pause %d", c->mux_pause); in mux_confirm_remote_forward()
669 c->mux_pause = 0; /* start processing messages again */ in mux_confirm_remote_forward()
821 c->mux_pause = 1; /* wait for mux_confirm_remote_forward */ in mux_master_process_open_fwd()
1039 c->mux_pause = 1; /* stop handling messages until open_confirm done */ in mux_master_process_stdio_fwd()
1085 if (cc->mux_pause <= 0) in mux_stdio_confirm()
1086 fatal_f("mux_pause %d", cc->mux_pause); in mux_stdio_confirm()
1087 cc->mux_pause = 0; /* start processing messages again */ in mux_stdio_confirm()
1413 if (cc->mux_pause <= 0) in mux_session_confirm()
[all …]
Dchannels.h208 int mux_pause; member
Dchannels.c1446 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause && in channel_pre_mux_client()
2430 if (c->mux_pause) in channel_post_mux_client_read()