Searched refs:SSH2_MSG_CHANNEL_OPEN_FAILURE (Results 1 – 4 of 4) sorted by relevance
140 #define SSH2_MSG_CHANNEL_OPEN_FAILURE 92 macro
630 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE)) != 0 || in server_input_channel_open()886 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch()
1938 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE)) != 0 || in client_input_channel_open()2803 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch()
2089 SSH2_MSG_CHANNEL_OPEN_FAILURE)) != 0 || in channel_post_connecting()3315 case SSH2_MSG_CHANNEL_OPEN_FAILURE: in channel_proxy_upstream()