Searched refs:SSH2_MSG_CHANNEL_SUCCESS (Results 1 – 4 of 4) sorted by relevance
147 #define SSH2_MSG_CHANNEL_SUCCESS 99 macro
865 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 || in server_input_channel_req()890 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_SUCCESS, &server_input_keep_alive); in server_init_dispatch()
833 if (type == SSH2_MSG_CHANNEL_SUCCESS) { in client_status_confirm()2002 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 || in client_input_channel_req()2805 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_SUCCESS, &channel_input_status_confirm); in client_init_dispatch()
3313 case SSH2_MSG_CHANNEL_SUCCESS: in channel_proxy_upstream()