Searched refs:SSH2_MSG_CHANNEL_SUCCESS (Results 1 – 4 of 4) sorted by relevance
141 #define SSH2_MSG_CHANNEL_SUCCESS 99 macro
951 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 || in server_input_channel_req()976 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_SUCCESS, &server_input_keep_alive); in server_init_dispatch()
676 if (type == SSH2_MSG_CHANNEL_SUCCESS) { in client_status_confirm()1793 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 || in client_input_channel_req()2415 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_SUCCESS, &channel_input_status_confirm); in client_init_dispatch()
2908 case SSH2_MSG_CHANNEL_SUCCESS: