Home
last modified time | relevance | path

Searched refs:SSH2_MSG_CHANNEL_REQUEST (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dssh2.h140 #define SSH2_MSG_CHANNEL_REQUEST 98 macro
Dnchan.c397 packet_start(SSH2_MSG_CHANNEL_REQUEST); in chan_send_eow2()
Dserverloop.c857 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &server_input_channel_req); in server_init_dispatch()
Dchannels.c776 packet_start(SSH2_MSG_CHANNEL_REQUEST); in channel_request_start()
2655 case SSH2_MSG_CHANNEL_REQUEST:
Dclientloop.c2701 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &client_input_channel_req); in client_init_dispatch_20()