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

  /src/crypto/external/bsd/openssh/dist/
ssh2.h 143 #define SSH2_MSG_CHANNEL_DATA 94
serverloop.c 929 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_DATA, &channel_input_data);
channels.c 1910 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_DATA)) != 0 ||
2338 * size of a SSH2_MSG_CHANNEL_DATA message
3074 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_DATA)) != 0 ||
3090 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_DATA)) != 0 ||
3393 case SSH2_MSG_CHANNEL_DATA:
clientloop.c 523 * a SSH2_MSG_CHANNEL_DATA payload is 9 bytes:
2851 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_DATA, &channel_input_data);
packet.c 1195 case SSH2_MSG_CHANNEL_DATA:

Completed in 43 milliseconds