Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dchannels.h155 #define CHAN_EOF_SENT 0x04 macro
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c348 c->flags |= CHAN_EOF_SENT; in chan_send_eof2()
H A Dchannels.c746 else if (!(c->flags & CHAN_EOF_SENT) && in channel_pre_open()
1807 !(c->flags & CHAN_EOF_SENT) && in channel_output_poll()