Searched refs:channel_input_open_confirmation (Results 1 – 4 of 4) sorted by relevance
280 int channel_input_open_confirmation(int, u_int32_t, struct ssh *);
970 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch()
2411 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch()
3152 channel_input_open_confirmation(int type, u_int32_t seq, struct ssh *ssh) function