Home
last modified time | relevance | path

Searched refs:SSH2_MSG_REQUEST_SUCCESS (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dssh2.h127 #define SSH2_MSG_REQUEST_SUCCESS 81 macro
Dserverloop.c905 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()
Dclientloop.c1994 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()
Dssh.c1749 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure", in ssh_confirm_remote_forward()
1756 if (type == SSH2_MSG_REQUEST_SUCCESS) { in ssh_confirm_remote_forward()
Dmux.c631 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure", in mux_confirm_remote_forward()
634 if (type == SSH2_MSG_REQUEST_SUCCESS) { in mux_confirm_remote_forward()