Lines Matching refs:dispatch_set
2299 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in client_init_dispatch()
2300 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data); in client_init_dispatch()
2301 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in client_init_dispatch()
2302 dispatch_set(SSH2_MSG_CHANNEL_EXTENDED_DATA, &channel_input_extended_data); in client_init_dispatch()
2303 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &client_input_channel_open); in client_init_dispatch()
2304 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch()
2305 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch()
2306 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &client_input_channel_req); in client_init_dispatch()
2307 dispatch_set(SSH2_MSG_CHANNEL_WINDOW_ADJUST, &channel_input_window_adjust); in client_init_dispatch()
2308 dispatch_set(SSH2_MSG_CHANNEL_SUCCESS, &channel_input_status_confirm); in client_init_dispatch()
2309 dispatch_set(SSH2_MSG_CHANNEL_FAILURE, &channel_input_status_confirm); in client_init_dispatch()
2310 dispatch_set(SSH2_MSG_GLOBAL_REQUEST, &client_input_global_request); in client_init_dispatch()
2313 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in client_init_dispatch()
2316 dispatch_set(SSH2_MSG_REQUEST_FAILURE, &client_global_request_reply); in client_init_dispatch()
2317 dispatch_set(SSH2_MSG_REQUEST_SUCCESS, &client_global_request_reply); in client_init_dispatch()