Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h131 #define SSH2_MSG_CHANNEL_DATA 94 macro
Dserverloop.c1369 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data); in server_init_dispatch_20()
Dchannels.c2285 packet_start(SSH2_MSG_CHANNEL_DATA);
2315 SSH2_MSG_CHANNEL_DATA : SSH_MSG_CHANNEL_DATA);
Dclientloop.c2606 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data); in client_init_dispatch_20()