Home
last modified time | relevance | path

Searched refs:SSH_CHANNEL_CLOSED (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dchannels.h55 #define SSH_CHANNEL_CLOSED 5 /* waiting for close confirmation */ macro
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c454 case SSH_CHANNEL_CLOSED: in channel_still_open()
494 case SSH_CHANNEL_CLOSED: in channel_find_open()
547 case SSH_CHANNEL_CLOSED: in channel_open_message()
760 c->type = SSH_CHANNEL_CLOSED; in channel_pre_input_draining()
860 c->type = SSH_CHANNEL_CLOSED; in channel_pre_x11_open_13()
1973 if (c->type != SSH_CHANNEL_CLOSED) { in channel_input_close()
2006 if (c->type != SSH_CHANNEL_CLOSED) in channel_input_close_confirmation()