Home
last modified time | relevance | path

Searched refs:SSH2_MSG_REQUEST_FAILURE (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dssh2.h128 #define SSH2_MSG_REQUEST_FAILURE 82 macro
Dserverloop.c905 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE)) != 0 || in server_input_global_request()
979 ssh_dispatch_set(ssh, SSH2_MSG_REQUEST_FAILURE, &server_input_keep_alive); in server_init_dispatch()
Dssh.c1764 type = SSH2_MSG_REQUEST_FAILURE; in ssh_confirm_remote_forward()
1781 if (type == SSH2_MSG_REQUEST_FAILURE) { in ssh_confirm_remote_forward()
Dclientloop.c2265 SSH2_MSG_REQUEST_FAILURE)) != 0 || in client_input_global_request()
2423 ssh_dispatch_set(ssh, SSH2_MSG_REQUEST_FAILURE, &client_global_request_reply); in client_init_dispatch()