Searched refs:SSH_MSG_CHANNEL_CLOSE (Results 1 – 4 of 4) sorted by relevance
56 #define SSH_MSG_CHANNEL_CLOSE 24 /* channel (int) */ macro80 #define SSH_MSG_CHANNEL_INPUT_EOF SSH_MSG_CHANNEL_CLOSE
1286 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close); in server_init_dispatch_13()1298 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof); in server_init_dispatch_15()
1593 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close); in client_init_dispatch_13()1613 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof); in client_init_dispatch_15()
757 packet_start(SSH_MSG_CHANNEL_CLOSE); in channel_pre_input_draining()861 packet_start(SSH_MSG_CHANNEL_CLOSE); in channel_pre_x11_open_13()