HomeSort by relevance Sort by last modified time
    Searched refs:mux_pause (Results 1 - 3 of 3) sorted by null

  /external/openssh/
channels.h 155 int mux_pause; member in struct:Channel
mux.c 471 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 */
759 c->mux_pause = 1; /* wait for mux_confirm_remote_forward */
    [all...]
channels.c 333 c->mux_pause = 0;
993 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause &&
    [all...]

Completed in 37 milliseconds