Home
last modified time | relevance | path

Searched refs:channel_input_window_adjust (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dchannels.h242 int channel_input_window_adjust(int, u_int32_t, void *);
Dserverloop.c1376 dispatch_set(SSH2_MSG_CHANNEL_WINDOW_ADJUST, &channel_input_window_adjust); in server_init_dispatch_20()
Dclientloop.c2613 dispatch_set(SSH2_MSG_CHANNEL_WINDOW_ADJUST, &channel_input_window_adjust); in client_init_dispatch_20()
Dchannels.c2656 channel_input_window_adjust(int type, u_int32_t seq, void *ctxt) function