Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h136 #define SSH2_MSG_CHANNEL_DATA 94 macro
Dserverloop.c851 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data); in server_init_dispatch()
Dchannels.c2349 packet_start(SSH2_MSG_CHANNEL_DATA);
2379 SSH2_MSG_CHANNEL_DATA : SSH_MSG_CHANNEL_DATA);
2647 case SSH2_MSG_CHANNEL_DATA:
Dclientloop.c2695 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data); in client_init_dispatch_20()
Dpacket.c1131 case SSH2_MSG_CHANNEL_DATA: in ssh_packet_log_type()