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.c103 if (c->ostate > CHAN_OUTPUT_CLOSED || next > CHAN_OUTPUT_CLOSED) in chan_set_ostate()
160 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_obuf_empty()
210 if (c->ostate != CHAN_OUTPUT_CLOSED || in chan_send_close2()
235 if (c->ostate == CHAN_OUTPUT_CLOSED) { in chan_send_eow2()
279 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_rcvd_oclose()
317 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_write_failed()
339 if (c->istate != CHAN_INPUT_CLOSED || c->ostate != CHAN_OUTPUT_CLOSED) in chan_is_dead()
H A Dchannels.h247 #define CHAN_OUTPUT_CLOSED 3 macro
H A Dsession.c2310 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_close_x11()
2402 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_exit_message()
H A Dchannels.c780 other->ostate = CHAN_OUTPUT_CLOSED; in channel_free()
1350 c->ostate == CHAN_OUTPUT_CLOSED)) { in channel_pre_open()