Searched refs:SSH2_MSG_REQUEST_FAILURE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssh/
H A Dssh2.h128 #define SSH2_MSG_REQUEST_FAILURE 82 macro
H A Dserverloop.c851 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE);
918 dispatch_set(SSH2_MSG_REQUEST_FAILURE, &server_input_keep_alive);
H A Dclientloop.c2185 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE);
2329 dispatch_set(SSH2_MSG_REQUEST_FAILURE, &client_global_request_reply);
H A Dssh.c1636 if (type == SSH2_MSG_REQUEST_FAILURE) {

Completed in 167 milliseconds