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

/openbsd-current/usr.bin/ssh/
H A Dssh2.h133 #define SSH2_MSG_REQUEST_SUCCESS 81 macro
H A Dserverloop.c809 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE)) != 0 ||
881 ssh_dispatch_set(ssh, SSH2_MSG_REQUEST_SUCCESS, &server_input_keep_alive);
H A Dclientloop.c2328 if (type != SSH2_MSG_REQUEST_SUCCESS) {
2638 if ((r = sshpkt_start(ssh, success ? SSH2_MSG_REQUEST_SUCCESS :
2799 ssh_dispatch_set(ssh, SSH2_MSG_REQUEST_SUCCESS, &client_global_request_reply);
H A Dmux.c607 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure",
610 if (type == SSH2_MSG_REQUEST_SUCCESS) {
H A Dssh.c1863 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure",
1870 if (type == SSH2_MSG_REQUEST_SUCCESS) {

Completed in 198 milliseconds