Searched refs:rwindow (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | serverloop.c | 588 u_int rmaxpack, rwindow, len; in server_input_channel_open() local 592 rwindow = packet_get_int(); in server_input_channel_open() 596 ctype, rchan, rwindow, rmaxpack); in server_input_channel_open() 610 c->remote_window = rwindow; in server_input_channel_open()
|
D | clientloop.c | 1887 u_int rwindow, u_int rmaxpack) in client_request_forwarded_tcpip() argument 1918 (r = sshbuf_put_u32(b, rwindow)) != 0 || in client_request_forwarded_tcpip() 2077 u_int rmaxpack, rwindow, len; in client_input_channel_open() local 2081 rwindow = packet_get_int(); in client_input_channel_open() 2085 ctype, rchan, rwindow, rmaxpack); in client_input_channel_open() 2088 c = client_request_forwarded_tcpip(ctype, rchan, rwindow, in client_input_channel_open() 2102 c->remote_window = rwindow; in client_input_channel_open()
|