HomeSort by: relevance | last modified time | path
    Searched refs:SSH2_MSG_CHANNEL_FAILURE (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh2.h 149 #define SSH2_MSG_CHANNEL_FAILURE 100
serverloop.c 914 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 ||
940 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_FAILURE, &server_input_keep_alive);
clientloop.c 837 } else if (type == SSH2_MSG_CHANNEL_FAILURE) {
2044 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 ||
2860 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_FAILURE, &channel_input_status_confirm);
channels.c 3400 case SSH2_MSG_CHANNEL_FAILURE:

Completed in 21 milliseconds