Searched refs:SSH2_MSG_CHANNEL_REQUEST (Results 1 – 5 of 5) sorted by relevance
140 #define SSH2_MSG_CHANNEL_REQUEST 98 macro
397 packet_start(SSH2_MSG_CHANNEL_REQUEST); in chan_send_eow2()
857 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &server_input_channel_req); in server_init_dispatch()
776 packet_start(SSH2_MSG_CHANNEL_REQUEST); in channel_request_start()2655 case SSH2_MSG_CHANNEL_REQUEST:
2701 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &client_input_channel_req); in client_init_dispatch_20()