Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h135 #define SSH2_MSG_CHANNEL_REQUEST 98 macro
Dnchan.c397 packet_start(SSH2_MSG_CHANNEL_REQUEST); in chan_send_eow2()
Dserverloop.c1375 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &server_input_channel_req); in server_init_dispatch_20()
Dclientloop.c2598 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &client_input_channel_req); in client_init_dispatch_20()
Dchannels.c709 packet_start(SSH2_MSG_CHANNEL_REQUEST); in channel_request_start()