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

  /src/crypto/external/bsd/openssh/dist/
ssh2.h 141 #define SSH2_MSG_CHANNEL_OPEN_FAILURE 92
serverloop.c 678 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE)) != 0 ||
934 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
clientloop.c 1979 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE)) != 0 ||
2856 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
channels.c 2187 SSH2_MSG_CHANNEL_OPEN_FAILURE)) != 0 ||
3397 case SSH2_MSG_CHANNEL_OPEN_FAILURE:

Completed in 37 milliseconds