Searched refs:channel_input_open_failure (Results 1 – 5 of 5) sorted by relevance
242 void channel_input_open_failure(int, u_int32_t, void *);
1237 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch_20()1261 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch_13()
138 #define channel_input_open_failure ssh_channel_input_open_failure macro
2213 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch_20()2236 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch_13()
2617 channel_input_open_failure(int type, u_int32_t seq, void *ctxt) function