Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDssh2.h122 #define SSH2_MSG_REQUEST_SUCCESS 81 macro
HDserverloop.c1184 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE); in server_input_global_request()
1243 dispatch_set(SSH2_MSG_REQUEST_SUCCESS, &server_input_keep_alive); in server_init_dispatch_20()
HDssh.c1282 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure", in ssh_confirm_remote_forward()
1285 if (type == SSH2_MSG_REQUEST_SUCCESS) { in ssh_confirm_remote_forward()
HDclientloop.c2096 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE); in client_input_global_request()
2224 dispatch_set(SSH2_MSG_REQUEST_SUCCESS, &client_global_request_reply); in client_init_dispatch_20()
HDmux.c589 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure", in mux_confirm_remote_forward()
591 if (type == SSH2_MSG_REQUEST_SUCCESS) { in mux_confirm_remote_forward()