Home
last modified time | relevance | path

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

/external/openssh/
Dnchan.c102 if (c->ostate > CHAN_OUTPUT_CLOSED || next > CHAN_OUTPUT_CLOSED) in chan_set_ostate()
187 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_rcvd_ieof1()
208 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_write_failed1()
230 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_obuf_empty()
289 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_rcvd_close2()
344 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_write_failed2()
373 if (c->ostate != CHAN_OUTPUT_CLOSED || in chan_send_close2()
390 if (c->ostate == CHAN_OUTPUT_CLOSED) { in chan_send_eow2()
448 if (c->istate != CHAN_INPUT_CLOSED || c->ostate != CHAN_OUTPUT_CLOSED) in chan_is_dead()
Dchannels.h191 #define CHAN_OUTPUT_CLOSED 3 macro
Dsession.c2218 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_close_x11()
2302 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_exit_message()
Dchannels.c445 other->ostate = CHAN_OUTPUT_CLOSED; in channel_free()
931 !(c->istate == CHAN_INPUT_CLOSED && c->ostate == CHAN_OUTPUT_CLOSED)) { in channel_pre_open()