Searched refs:channel_input_close_confirmation (Results 1 – 4 of 4) sorted by relevance
191 void channel_input_close_confirmation(int, u_int32_t, void *);
1287 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation); in server_init_dispatch_13()
1594 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation); in client_init_dispatch_13()
1997 channel_input_close_confirmation(int type, u_int32_t seq, void *ctxt) in channel_input_close_confirmation() function