Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dnchan.c105 if (c->ostate > CHAN_OUTPUT_CLOSED || next > CHAN_OUTPUT_CLOSED) in chan_set_ostate()
162 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_obuf_empty()
212 if (c->ostate != CHAN_OUTPUT_CLOSED || in chan_send_close2()
237 if (c->ostate == CHAN_OUTPUT_CLOSED) { in chan_send_eow2()
281 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_rcvd_oclose()
319 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_write_failed()
341 if (c->istate != CHAN_INPUT_CLOSED || c->ostate != CHAN_OUTPUT_CLOSED) in chan_is_dead()
H A Dchannels.h240 #define CHAN_OUTPUT_CLOSED 3 macro
H A Dsession.c2344 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_close_x11()
2436 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_exit_message()
H A Dchannels.c753 other->ostate = CHAN_OUTPUT_CLOSED; in channel_free()
1284 c->ostate == CHAN_OUTPUT_CLOSED)) { in channel_pre_open()