Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDchannels.h51 #define SSH_CHANNEL_CONNECTING 12 macro
HDchannels.c291 case SSH_CHANNEL_CONNECTING: in channel_lookup()
913 case SSH_CHANNEL_CONNECTING: in channel_still_open()
976 case SSH_CHANNEL_CONNECTING: in channel_find_open()
1068 case SSH_CHANNEL_CONNECTING: in channel_open_message()
2547 pre[SSH_CHANNEL_CONNECTING] = &channel_pre_connecting; in channel_handler_init()
2560 post[SSH_CHANNEL_CONNECTING] = &channel_post_connecting; in channel_handler_init()
4733 c = channel_new(ssh, ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1, in connect_to()
4848 c = channel_new(ssh, ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1, in channel_connect_to_port()
HDserverloop.c617 if (c->type != SSH_CHANNEL_CONNECTING) { in server_input_channel_open()
HDclientloop.c1926 if (c->type != SSH_CHANNEL_CONNECTING) { in client_input_channel_open()