Searched refs:SSH2_MSG_CHANNEL_FAILURE (Results 1 – 3 of 3) sorted by relevance
137 #define SSH2_MSG_CHANNEL_FAILURE 100 macro
1219 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE); in server_input_channel_req()1243 dispatch_set(SSH2_MSG_CHANNEL_FAILURE, &server_input_keep_alive); in server_init_dispatch_20()
794 } else if (type == SSH2_MSG_CHANNEL_FAILURE) { in client_status_confirm()2078 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE); in client_input_channel_req()2217 dispatch_set(SSH2_MSG_CHANNEL_FAILURE, &channel_input_status_confirm); in client_init_dispatch_20()