Searched refs:channel_input_close_confirmation (Results 1 – 4 of 4) sorted by relevance
234 int channel_input_close_confirmation(int, u_int32_t, void *);
1395 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation); in server_init_dispatch_13()
2631 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation); in client_init_dispatch_13()
2553 channel_input_close_confirmation(int type, u_int32_t seq, void *ctxt) function