Searched refs:SSH2_MSG_CHANNEL_DATA (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dssh2.h136 #define SSH2_MSG_CHANNEL_DATA 94 macro
H A Dserverloop.c905 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data);
H A Dchannels.c1615 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_DATA)) != 0 ||
2053 * size of a SSH2_MSG_CHANNEL_DATA message
2566 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_DATA)) != 0 ||
2584 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_DATA)) != 0 ||
2886 case SSH2_MSG_CHANNEL_DATA:
H A Dclientloop.c2313 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data);
H A Dpacket.c1016 case SSH2_MSG_CHANNEL_DATA:

Completed in 89 milliseconds