Searched refs:SSH_MSG_CHANNEL_CLOSE_CONFIRMATION (Results 1 – 4 of 4) sorted by relevance
57 #define SSH_MSG_CHANNEL_CLOSE_CONFIRMATION 25 /* channel (int) */ macro81 #define SSH_MSG_CHANNEL_OUTPUT_CLOSE SSH_MSG_CHANNEL_CLOSE_CONFIRMATION
1287 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation); in server_init_dispatch_13()1299 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_oclose); in server_init_dispatch_15()
1594 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation); in client_init_dispatch_13()1614 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, & channel_input_oclose); in client_init_dispatch_15()
1962 packet_start(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION); in channel_input_close()