Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dchannels.h174 u_int local_maxpacket; member
H A Dchannels.c414 c->local_maxpacket = maxpack; in channel_new()
959 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0) { in open_preamble()
1698 c->local_window_max, c->local_maxpacket, 0, buf, 1); in channel_post_x11_listener()
1822 c->local_window_max, c->local_maxpacket, 0, rtype, 1); in channel_post_port_listener()
1857 c->local_window_max, c->local_maxpacket, in channel_post_auth_listener()
1893 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 || in channel_post_connecting()
2179 c->local_maxpacket*3) || in channel_check_window()
2338 c->local_maxpacket, 0, "mux-control", 1); in channel_post_mux_listener()
3241 if (win_len > c->local_maxpacket) { in channel_input_data()
3243 c->self, win_len, c->local_maxpacket); in channel_input_data()
[all …]
H A Dserverloop.c658 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 || in server_input_channel_open()
H A Dclientloop.c1653 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 || in client_request_tun_fwd()
1705 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 || in client_input_channel_open()