Searched refs:SSH_MSG_CHANNEL_CLOSE (Results 1 – 3 of 3) sorted by relevance
48 #define SSH_MSG_CHANNEL_CLOSE 24 /* channel (int) */ macro72 #define SSH_MSG_CHANNEL_INPUT_EOF SSH_MSG_CHANNEL_CLOSE
2719 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close); in client_init_dispatch_13()2739 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof); in client_init_dispatch_15()
949 packet_start(SSH_MSG_CHANNEL_CLOSE); in channel_pre_input_draining()1061 packet_start(SSH_MSG_CHANNEL_CLOSE); in channel_pre_x11_open_13()