Searched refs:SSH_CHANNEL_CONNECTING (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | channels.h | 51 #define SSH_CHANNEL_CONNECTING 12 macro
|
D | channels.c | 286 case SSH_CHANNEL_CONNECTING: in channel_lookup() 751 case SSH_CHANNEL_CONNECTING: in channel_still_open() 797 case SSH_CHANNEL_CONNECTING: in channel_find_open() 888 case SSH_CHANNEL_CONNECTING: in channel_open_message() 2372 pre[SSH_CHANNEL_CONNECTING] = &channel_pre_connecting; 2385 post[SSH_CHANNEL_CONNECTING] = &channel_post_connecting; 4340 c = channel_new(ssh, ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1, 4455 c = channel_new(ssh, ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1,
|
D | serverloop.c | 705 if (c->type != SSH_CHANNEL_CONNECTING) { in server_input_channel_open()
|
D | clientloop.c | 1716 if (c->type != SSH_CHANNEL_CONNECTING) { in client_input_channel_open()
|