Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c94 if (c->ostate > CHAN_OUTPUT_CLOSED || next > CHAN_OUTPUT_CLOSED) in chan_set_ostate()
179 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_rcvd_ieof1()
200 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_write_failed1()
222 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_obuf_empty()
278 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_rcvd_close2()
331 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_write_failed2()
360 if (c->ostate != CHAN_OUTPUT_CLOSED || in chan_send_close2()
377 if (c->ostate == CHAN_OUTPUT_CLOSED) { in chan_send_eow2()
433 if (c->istate != CHAN_INPUT_CLOSED || c->ostate != CHAN_OUTPUT_CLOSED) in chan_is_dead()
/titanic_50/usr/src/cmd/ssh/include/
H A Dchannels.h147 #define CHAN_OUTPUT_CLOSED 3 macro
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dsession.c2259 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_exit_message()