Searched refs:channel_input_open_failure (Results 1 – 4 of 4) sorted by relevance
215 void channel_input_open_failure(int, u_int32_t, void *);
1171 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch_20()1195 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch_13()
1978 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch_20()2001 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch_13()
2325 channel_input_open_failure(int type, u_int32_t seq, void *ctxt) in channel_input_open_failure() function