Searched refs:SSH2_MSG_REQUEST_SUCCESS (Results 1 – 5 of 5) sorted by relevance
127 #define SSH2_MSG_REQUEST_SUCCESS 81 macro
905 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE)) != 0 || in server_input_global_request()978 ssh_dispatch_set(ssh, SSH2_MSG_REQUEST_SUCCESS, &server_input_keep_alive); in server_init_dispatch()
1994 if (type != SSH2_MSG_REQUEST_SUCCESS) { in client_global_hostkeys_private_confirm()2264 if ((r = sshpkt_start(ssh, success ? SSH2_MSG_REQUEST_SUCCESS : in client_input_global_request()2424 ssh_dispatch_set(ssh, SSH2_MSG_REQUEST_SUCCESS, &client_global_request_reply); in client_init_dispatch()
1749 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure", in ssh_confirm_remote_forward()1756 if (type == SSH2_MSG_REQUEST_SUCCESS) { in ssh_confirm_remote_forward()
631 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure", in mux_confirm_remote_forward()634 if (type == SSH2_MSG_REQUEST_SUCCESS) { in mux_confirm_remote_forward()