Searched refs:channel_input_open_confirmation (Results 1 – 5 of 5) sorted by relevance
327 int channel_input_open_confirmation(int, u_int32_t, struct ssh *);
884 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch()
144 #define channel_input_open_confirmation Fssh_channel_input_open_confirmation macro
2801 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch()
3563 channel_input_open_confirmation(int type, u_int32_t seq, struct ssh *ssh) in channel_input_open_confirmation() function