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

/freebsd-13-stable/crypto/openssh/
H A Dssh2.h127 #define SSH2_MSG_REQUEST_SUCCESS 81 macro
H A Dserverloop.c851 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE);
917 dispatch_set(SSH2_MSG_REQUEST_SUCCESS, &server_input_keep_alive);
H A Dclientloop.c1930 if (type != SSH2_MSG_REQUEST_SUCCESS) {
2185 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE);
2330 dispatch_set(SSH2_MSG_REQUEST_SUCCESS, &client_global_request_reply);
H A Dssh.c1617 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure",
1624 if (type == SSH2_MSG_REQUEST_SUCCESS) {
H A Dmux.c631 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure",
634 if (type == SSH2_MSG_REQUEST_SUCCESS) {

Completed in 75 milliseconds