Searched refs:SSH_CHANNEL_CONNECTING (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | channels.h | 52 #define SSH_CHANNEL_CONNECTING 12 macro
|
| D | channels.c | 295 case SSH_CHANNEL_CONNECTING: in channel_lookup() 915 case SSH_CHANNEL_CONNECTING: in channel_still_open() 978 case SSH_CHANNEL_CONNECTING: in channel_find_open() 1072 case SSH_CHANNEL_CONNECTING: in channel_open_message() 2553 pre[SSH_CHANNEL_CONNECTING] = &channel_pre_connecting; in channel_handler_init() 2566 post[SSH_CHANNEL_CONNECTING] = &channel_post_connecting; in channel_handler_init() 4745 c = channel_new(ssh, ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1, in connect_to() 4860 c = channel_new(ssh, ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1, in channel_connect_to_port()
|
| D | serverloop.c | 641 if (c->type != SSH_CHANNEL_CONNECTING) { in server_input_channel_open()
|
| D | clientloop.c | 1941 if (c->type != SSH_CHANNEL_CONNECTING) { in client_input_channel_open()
|