Home
last modified time | relevance | path

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

/external/openssh/
Dnchan.c101 if (c->ostate > CHAN_OUTPUT_CLOSED || next > CHAN_OUTPUT_CLOSED) in chan_set_ostate()
158 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_obuf_empty()
209 if (c->ostate != CHAN_OUTPUT_CLOSED || in chan_send_close2()
233 if (c->ostate == CHAN_OUTPUT_CLOSED) { in chan_send_eow2()
277 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_rcvd_oclose()
315 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_write_failed()
337 if (c->istate != CHAN_INPUT_CLOSED || c->ostate != CHAN_OUTPUT_CLOSED) in chan_is_dead()
Dchannels.h215 #define CHAN_OUTPUT_CLOSED 3 macro
Dsession.c2341 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_close_x11()
2427 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_exit_message()
Dchannels.c598 other->ostate = CHAN_OUTPUT_CLOSED; in channel_free()
1104 c->ostate == CHAN_OUTPUT_CLOSED)) { in channel_pre_open()