Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c156 if (!(c->flags & CHAN_CLOSE_SENT)) in chan_ibuf_empty()
364 } else if (c->flags & CHAN_CLOSE_SENT) { in chan_send_close2()
370 c->flags |= CHAN_CLOSE_SENT; in chan_send_close2()
447 if (!(c->flags & CHAN_CLOSE_SENT)) { in chan_is_dead()
459 if ((c->flags & CHAN_CLOSE_SENT) && in chan_is_dead()
H A Dchannels.c1516 !(c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD)) && in channel_check_window()
1753 (c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD))) { in channel_output_poll()
/titanic_44/usr/src/cmd/ssh/include/
H A Dchannels.h153 #define CHAN_CLOSE_SENT 0x01 macro