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

/freebsd-current/crypto/openssh/
H A Dchannels.h322 int channel_input_data(int, u_int32_t, struct ssh *);
H A Dserverloop.c916 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_DATA, &channel_input_data);
H A Dssh_namespace.h141 #define channel_input_data Fssh_channel_input_data macro
H A Dclientloop.c2833 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_DATA, &channel_input_data);
H A Dchannels.c3406 channel_input_data(int type, u_int32_t seq, struct ssh *ssh) function

Completed in 184 milliseconds