Searched refs:SSH2_MSG_CHANNEL_EOF (Results 1 – 5 of 5) sorted by relevance
138 #define SSH2_MSG_CHANNEL_EOF 96 macro
358 packet_start(SSH2_MSG_CHANNEL_EOF); in chan_send_eof2()
852 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in server_init_dispatch()
2696 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in client_init_dispatch_20()
2648 case SSH2_MSG_CHANNEL_EOF: