Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssh/
HDssh2.h127 #define SSH2_MSG_REQUEST_SUCCESS 81 macro
HDserverloop.c800 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE); in server_input_global_request()
863 dispatch_set(SSH2_MSG_REQUEST_SUCCESS, &server_input_keep_alive); in server_init_dispatch()
HDclientloop.c2338 if (type != SSH2_MSG_REQUEST_SUCCESS) { in client_global_hostkeys_private_confirm()
2583 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE); in client_input_global_request()
2712 dispatch_set(SSH2_MSG_REQUEST_SUCCESS, &client_global_request_reply); in client_init_dispatch_20()
HDssh.c1547 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure", in ssh_confirm_remote_forward()
1554 if (type == SSH2_MSG_REQUEST_SUCCESS) { in ssh_confirm_remote_forward()
HDmux.c608 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure", in mux_confirm_remote_forward()
611 if (type == SSH2_MSG_REQUEST_SUCCESS) { in mux_confirm_remote_forward()