Searched refs:SSH2_MSG_CHANNEL_OPEN_FAILURE (Results 1 – 4 of 4) sorted by relevance
134 #define SSH2_MSG_CHANNEL_OPEN_FAILURE 92 macro
666 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE)) != 0 || in server_input_channel_open()924 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch()
1711 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE)) != 0 || in client_input_channel_open()2586 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch()
1914 SSH2_MSG_CHANNEL_OPEN_FAILURE)) != 0 || in channel_post_connecting()3116 case SSH2_MSG_CHANNEL_OPEN_FAILURE: in channel_proxy_upstream()