Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c265 c->remote_window = 0; in channel_new()
722 u_int limit = compat20 ? c->remote_window : packet_get_maxsize(); in channel_pre_open()
748 buffer_len(&c->extended) < c->remote_window) in channel_pre_open()
1768 if (len > c->remote_window) in channel_output_poll()
1769 len = c->remote_window; in channel_output_poll()
1789 c->remote_window -= len; in channel_output_poll()
1808 c->remote_window > 0 && in channel_output_poll()
1812 c->self, c->remote_window, buffer_len(&c->extended), in channel_output_poll()
1814 if (len > c->remote_window) in channel_output_poll()
1815 len = c->remote_window; in channel_output_poll()
[all …]
/titanic_50/usr/src/cmd/ssh/include/
H A Dchannels.h106 u_int remote_window; member
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1129 c->remote_window = rwindow; in server_input_channel_open()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1482 c->remote_window = rwindow; in client_input_channel_open()