Searched refs:channel_input_open_confirmation (Results 1 – 5 of 5) sorted by relevance
326 int channel_input_open_confirmation(int, u_int32_t, struct ssh *);
920 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch()
145 #define channel_input_open_confirmation Fssh_channel_input_open_confirmation macro
2838 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch()
3568 channel_input_open_confirmation(int type, u_int32_t seq, struct ssh *ssh) in channel_input_open_confirmation() function