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

/freebsd-13-stable/crypto/openssh/
H A Dssh2.h142 #define SSH2_MSG_CHANNEL_FAILURE 100 macro
H A Dserverloop.c891 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE);
916 dispatch_set(SSH2_MSG_CHANNEL_FAILURE, &server_input_keep_alive);
H A Dclientloop.c688 } else if (type == SSH2_MSG_CHANNEL_FAILURE) {
1765 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE);
2322 dispatch_set(SSH2_MSG_CHANNEL_FAILURE, &channel_input_status_confirm);
H A Dchannels.c2893 case SSH2_MSG_CHANNEL_FAILURE:

Completed in 142 milliseconds