Lines Matching refs:dispatch_set

890 	dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit);  in aps_monitor_loop()
893 dispatch_set(SSH2_PRIV_MSG_ALTPRIVSEP, &aps_input_altpriv_msg); in aps_monitor_loop()
1251 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in server_init_dispatch_20()
1252 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data); in server_init_dispatch_20()
1253 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in server_init_dispatch_20()
1254 dispatch_set(SSH2_MSG_CHANNEL_EXTENDED_DATA, &channel_input_extended_data); in server_init_dispatch_20()
1255 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &server_input_channel_open); in server_init_dispatch_20()
1256 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch_20()
1257 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch_20()
1258 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &server_input_channel_req); in server_init_dispatch_20()
1259 dispatch_set(SSH2_MSG_CHANNEL_WINDOW_ADJUST, &channel_input_window_adjust); in server_init_dispatch_20()
1260 dispatch_set(SSH2_MSG_GLOBAL_REQUEST, &server_input_global_request); in server_init_dispatch_20()
1262 dispatch_set(SSH2_MSG_CHANNEL_FAILURE, &server_input_channel_failure); in server_init_dispatch_20()
1276 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in server_init_dispatch_20()
1283 dispatch_set(SSH_CMSG_EOF, &server_input_eof); in server_init_dispatch_13()
1284 dispatch_set(SSH_CMSG_STDIN_DATA, &server_input_stdin_data); in server_init_dispatch_13()
1285 dispatch_set(SSH_CMSG_WINDOW_SIZE, &server_input_window_size); in server_init_dispatch_13()
1286 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close); in server_init_dispatch_13()
1287 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation); in server_init_dispatch_13()
1288 dispatch_set(SSH_MSG_CHANNEL_DATA, &channel_input_data); in server_init_dispatch_13()
1289 dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch_13()
1290 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch_13()
1291 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open); in server_init_dispatch_13()
1298 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof); in server_init_dispatch_15()
1299 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_oclose); in server_init_dispatch_15()