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 *);
885 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch()
135 #define channel_input_open_confirmation Fssh_channel_input_open_confirmation macro
2802 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch()
3565 channel_input_open_confirmation(int type, u_int32_t seq, struct ssh *ssh) in channel_input_open_confirmation() function