Searched refs:SSH_MSG_CHANNEL_DATA (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dssh1.h48 #define SSH_MSG_CHANNEL_DATA 23 /* ch,data (int,str) */ macro
H A Dserverloop.c1257 dispatch_set(SSH_MSG_CHANNEL_DATA, &channel_input_data);
H A Dclientloop.c2233 dispatch_set(SSH_MSG_CHANNEL_DATA, &channel_input_data);
H A Dchannels.c2311 SSH2_MSG_CHANNEL_DATA : SSH_MSG_CHANNEL_DATA);

Completed in 101 milliseconds