Searched refs:channel_input_open_confirmation (Results 1 – 4 of 4) sorted by relevance
239 int channel_input_open_confirmation(int, u_int32_t, void *);
1373 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch_20()1397 dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch_13()
2610 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch_20()2633 dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch_13()
2571 channel_input_open_confirmation(int type, u_int32_t seq, void *ctxt) function