Searched refs:local_maxpacket (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | channels.h | 177 u_int local_maxpacket; member
|
H A D | channels.c | 532 c->local_maxpacket = maxpack; in channel_new() 1106 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0) { in open_preamble() 1866 c->local_window_max, c->local_maxpacket, 0, buf, 1); in channel_post_x11_listener() 1990 c->local_window_max, c->local_maxpacket, 0, rtype, 1); in channel_post_port_listener() 2025 c->local_window_max, c->local_maxpacket, in channel_post_auth_listener() 2065 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 || in channel_post_connecting() 2364 c->local_maxpacket*3) || in channel_check_window() 2523 c->local_maxpacket, 0, "mux-control", 1); in channel_post_mux_listener() 3438 if (win_len > c->local_maxpacket) { in channel_input_data() 3440 c->self, win_len, c->local_maxpacket); in channel_input_data() [all …]
|
H A D | serverloop.c | 622 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 || in server_input_channel_open()
|
H A D | clientloop.c | 1879 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 || in client_request_tun_fwd() 1931 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 || in client_input_channel_open()
|