Searched refs:SSH_CHANNEL_OPENING (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | channels.c | 464 case SSH_CHANNEL_OPENING: in channel_still_open() 499 case SSH_CHANNEL_OPENING: in channel_find_open() 552 case SSH_CHANNEL_OPENING: in channel_open_message() 1124 c->type = SSH_CHANNEL_OPENING; in channel_pre_dynamic() 1160 SSH_CHANNEL_OPENING, newsock, newsock, -1, in channel_post_x11_listener() 1258 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1265 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1312 SSH_CHANNEL_OPENING, newsock, newsock, -1, in channel_post_auth_listener() 2021 if (c==NULL || c->type != SSH_CHANNEL_OPENING) in channel_input_open_confirmation() 2069 if (c==NULL || c->type != SSH_CHANNEL_OPENING) in channel_input_open_failure()
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | channels.h | 53 #define SSH_CHANNEL_OPENING 3 /* waiting for confirmation */ macro
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | ssh.c | 1158 "session", SSH_CHANNEL_OPENING, in, out, err,
|