Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dssh2.h138 #define SSH2_MSG_CHANNEL_WINDOW_ADJUST 93 macro
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1259 dispatch_set(SSH2_MSG_CHANNEL_WINDOW_ADJUST, &channel_input_window_adjust); in server_init_dispatch_20()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1578 dispatch_set(SSH2_MSG_CHANNEL_WINDOW_ADJUST, &channel_input_window_adjust); in client_init_dispatch_20()
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c667 packet_start(SSH2_MSG_CHANNEL_WINDOW_ADJUST); in channel_set_fds()
1519 packet_start(SSH2_MSG_CHANNEL_WINDOW_ADJUST); in channel_check_window()