Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dchannels.h52 #define SSH_CHANNEL_CONNECTING 12 macro
H A Dchannels.c296 case SSH_CHANNEL_CONNECTING: in channel_lookup()
877 case SSH_CHANNEL_CONNECTING: in channel_still_open()
923 case SSH_CHANNEL_CONNECTING: in channel_find_open()
1015 case SSH_CHANNEL_CONNECTING: in channel_open_message()
2495 pre[SSH_CHANNEL_CONNECTING] = &channel_pre_connecting; in channel_handler_init()
2508 post[SSH_CHANNEL_CONNECTING] = &channel_post_connecting; in channel_handler_init()
4685 c = channel_new(ssh, ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1, in connect_to()
4800 c = channel_new(ssh, ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1, in channel_connect_to_port()
H A Dserverloop.c674 if (c->type != SSH_CHANNEL_CONNECTING) { in server_input_channel_open()
H A Dclientloop.c1772 if (c->type != SSH_CHANNEL_CONNECTING) { in client_input_channel_open()