Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c273 if (c->flags & CHAN_CLOSE_RCVD) in chan_rcvd_close2()
275 c->flags |= CHAN_CLOSE_RCVD; in chan_rcvd_close2()
452 if (c->flags & CHAN_CLOSE_RCVD) { in chan_is_dead()
460 (c->flags & CHAN_CLOSE_RCVD)) { 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_50/usr/src/cmd/ssh/include/
H A Dchannels.h154 #define CHAN_CLOSE_RCVD 0x02 macro
167 ((c->efd != -1 && !(c->flags & (CHAN_EOF_RCVD|CHAN_CLOSE_RCVD))) || \