Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dchannels.h171 u_int remote_maxpacket; member
H A Dchannels.c2990 if (plen > c->remote_window || plen > c->remote_maxpacket) { in channel_output_poll_input_open()
3007 if (len > c->remote_maxpacket) in channel_output_poll_input_open()
3008 len = c->remote_maxpacket; in channel_output_poll_input_open()
3039 if (len > c->remote_maxpacket) in channel_output_poll_extended_read()
3040 len = c->remote_maxpacket; in channel_output_poll_extended_read()
3571 u_int32_t remote_window, remote_maxpacket; in channel_input_open_confirmation() local
3585 (r = sshpkt_get_u32(ssh, &remote_maxpacket)) != 0 || in channel_input_open_confirmation()
3593 c->remote_maxpacket = remote_maxpacket; in channel_input_open_confirmation()
3602 c->remote_window, c->remote_maxpacket); in channel_input_open_confirmation()
H A Dserverloop.c649 c->remote_maxpacket = rmaxpack; in server_input_channel_open()
H A Dclientloop.c1943 c->remote_maxpacket = rmaxpack; in client_input_channel_open()