Searched refs:SSH_MSG_CHANNEL_CLOSE_CONFIRMATION (Results 1 – 4 of 4) sorted by relevance
50 #define SSH_MSG_CHANNEL_CLOSE_CONFIRMATION 25 /* channel (int) */ macro74 #define SSH_MSG_CHANNEL_OUTPUT_CLOSE SSH_MSG_CHANNEL_CLOSE_CONFIRMATION
1231 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation); in server_init_dispatch_13()1243 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_oclose); in server_init_dispatch_15()
2116 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation); in client_init_dispatch_13()2136 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, & channel_input_oclose); in client_init_dispatch_15()
2407 packet_start(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION);