Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dssh2.h133 #define SSH2_MSG_REQUEST_SUCCESS 81 macro
H A Dserverloop.c810 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE)) != 0 || in server_input_global_request()
882 ssh_dispatch_set(ssh, SSH2_MSG_REQUEST_SUCCESS, &server_input_keep_alive); in server_init_dispatch()
H A Dclientloop.c2329 if (type != SSH2_MSG_REQUEST_SUCCESS) { in client_global_hostkeys_prove_confirm()
2639 if ((r = sshpkt_start(ssh, success ? SSH2_MSG_REQUEST_SUCCESS : in client_input_global_request()
2800 ssh_dispatch_set(ssh, SSH2_MSG_REQUEST_SUCCESS, &client_global_request_reply); in client_init_dispatch()
H A Dssh.c1870 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure", in ssh_confirm_remote_forward()
1877 if (type == SSH2_MSG_REQUEST_SUCCESS) { in ssh_confirm_remote_forward()
H A Dmux.c606 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure", in mux_confirm_remote_forward()
609 if (type == SSH2_MSG_REQUEST_SUCCESS) { in mux_confirm_remote_forward()