Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h122 #define SSH2_MSG_REQUEST_SUCCESS 81 macro
Dserverloop.c1318 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE); in server_input_global_request()
1381 dispatch_set(SSH2_MSG_REQUEST_SUCCESS, &server_input_keep_alive); in server_init_dispatch_20()
Dclientloop.c2266 if (type != SSH2_MSG_REQUEST_SUCCESS) { in client_global_hostkeys_private_confirm()
2494 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE); in client_input_global_request()
2623 dispatch_set(SSH2_MSG_REQUEST_SUCCESS, &client_global_request_reply); in client_init_dispatch_20()
Dssh.c1434 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure", in ssh_confirm_remote_forward()
1441 if (type == SSH2_MSG_REQUEST_SUCCESS) { in ssh_confirm_remote_forward()
Dmux.c604 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure", in mux_confirm_remote_forward()
607 if (type == SSH2_MSG_REQUEST_SUCCESS) { in mux_confirm_remote_forward()