Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h177 u_int local_maxpacket; member
H A Dchannels.c534 c->local_maxpacket = maxpack; in channel_new()
1108 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0) { in open_preamble()
1868 c->local_window_max, c->local_maxpacket, 0, buf, 1); in channel_post_x11_listener()
1992 c->local_window_max, c->local_maxpacket, 0, rtype, 1); in channel_post_port_listener()
2027 c->local_window_max, c->local_maxpacket, in channel_post_auth_listener()
2067 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 || in channel_post_connecting()
2366 c->local_maxpacket*3) || in channel_check_window()
2525 c->local_maxpacket, 0, "mux-control", 1); in channel_post_mux_listener()
3440 if (win_len > c->local_maxpacket) { in channel_input_data()
3442 c->self, win_len, c->local_maxpacket); in channel_input_data()
[all …]
H A Dserverloop.c622 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 || in server_input_channel_open()
H A Dclientloop.c1880 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 || in client_request_tun_fwd()
1932 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 || in client_input_channel_open()