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

  /src/crypto/external/bsd/openssh/dist/
ssh2.h 148 #define SSH2_MSG_CHANNEL_SUCCESS 99
serverloop.c 914 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 ||
939 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_SUCCESS, &server_input_keep_alive);
clientloop.c 834 if (type == SSH2_MSG_CHANNEL_SUCCESS) {
2044 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 ||
2859 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_SUCCESS, &channel_input_status_confirm);
channels.c 3399 case SSH2_MSG_CHANNEL_SUCCESS:

Completed in 44 milliseconds