Home
last modified time | relevance | path

Searched refs:SSH_CHANNEL_CONNECTING (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dchannels.h51 #define SSH_CHANNEL_CONNECTING 12 macro
Dchannels.c286 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,
Dserverloop.c705 if (c->type != SSH_CHANNEL_CONNECTING) { in server_input_channel_open()
Dclientloop.c1716 if (c->type != SSH_CHANNEL_CONNECTING) { in client_input_channel_open()