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

/freebsd-10.1-release/crypto/openssh/
H A Dssh2.h137 #define SSH2_MSG_CHANNEL_FAILURE 100 macro
H A Dserverloop.c1218 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE);
1242 dispatch_set(SSH2_MSG_CHANNEL_FAILURE, &server_input_keep_alive);
H A Dclientloop.c793 } else if (type == SSH2_MSG_CHANNEL_FAILURE) {
2077 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE);
2216 dispatch_set(SSH2_MSG_CHANNEL_FAILURE, &channel_input_status_confirm);

Completed in 119 milliseconds