Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c423 c->type = SSH_CHANNEL_ZOMBIE; in chan_mark_dead()
429 if (c->type == SSH_CHANNEL_ZOMBIE) { in chan_is_dead()
H A Dchannels.c458 case SSH_CHANNEL_ZOMBIE: in channel_still_open()
501 case SSH_CHANNEL_ZOMBIE: in channel_find_open()
549 case SSH_CHANNEL_ZOMBIE: in channel_open_message()
/titanic_44/usr/src/cmd/ssh/include/
H A Dchannels.h64 #define SSH_CHANNEL_ZOMBIE 14 /* Almost dead. */ macro