Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h178 u_int remote_maxpacket; member
H A Dchannels.c3071 if (plen > c->remote_window || plen > c->remote_maxpacket) { in channel_output_poll_input_open()
3088 if (len > c->remote_maxpacket) in channel_output_poll_input_open()
3089 len = c->remote_maxpacket; in channel_output_poll_input_open()
3120 if (len > c->remote_maxpacket) in channel_output_poll_extended_read()
3121 len = c->remote_maxpacket; in channel_output_poll_extended_read()
3655 uint32_t remote_window, remote_maxpacket; in channel_input_open_confirmation() local
3669 (r = sshpkt_get_u32(ssh, &remote_maxpacket)) != 0 || in channel_input_open_confirmation()
3677 c->remote_maxpacket = remote_maxpacket; in channel_input_open_confirmation()
3686 c->remote_window, c->remote_maxpacket); in channel_input_open_confirmation()
H A Dserverloop.c641 c->remote_maxpacket = rmaxpack; in server_input_channel_open()
H A Dclientloop.c1959 c->remote_maxpacket = rmaxpack; in client_input_channel_open()