Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dssh2.h127 #define SSH2_MSG_CHANNEL_DATA 94 macro
Dserverloop.c1166 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data); in server_init_dispatch_20()
Dclientloop.c1973 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data); in client_init_dispatch_20()
Dchannels.c1999 packet_start(SSH2_MSG_CHANNEL_DATA); in channel_output_poll()
2029 SSH2_MSG_CHANNEL_DATA : SSH_MSG_CHANNEL_DATA); in channel_output_poll()