Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dssh2.h142 #define SSH2_MSG_CHANNEL_WINDOW_ADJUST 93 macro
Dserverloop.c912 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_WINDOW_ADJUST, &channel_input_window_adjust); in server_init_dispatch()
Dchannels.c1243 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_WINDOW_ADJUST)) != 0 || in channel_set_fds()
2373 SSH2_MSG_CHANNEL_WINDOW_ADJUST)) != 0 || in channel_check_window()
3318 case SSH2_MSG_CHANNEL_WINDOW_ADJUST: in channel_proxy_upstream()
Dclientloop.c2819 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_WINDOW_ADJUST, &channel_input_window_adjust); in client_init_dispatch()
Dpacket.c1134 case SSH2_MSG_CHANNEL_WINDOW_ADJUST: in ssh_packet_log_type()