Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h172 u_int remote_maxpacket; member
H A Dchannels.c2987 if (plen > c->remote_window || plen > c->remote_maxpacket) { in channel_output_poll_input_open()
3004 if (len > c->remote_maxpacket) in channel_output_poll_input_open()
3005 len = c->remote_maxpacket; in channel_output_poll_input_open()
3036 if (len > c->remote_maxpacket) in channel_output_poll_extended_read()
3037 len = c->remote_maxpacket; in channel_output_poll_extended_read()
3568 u_int32_t remote_window, remote_maxpacket; in channel_input_open_confirmation() local
3582 (r = sshpkt_get_u32(ssh, &remote_maxpacket)) != 0 || in channel_input_open_confirmation()
3590 c->remote_maxpacket = remote_maxpacket; in channel_input_open_confirmation()
3599 c->remote_window, c->remote_maxpacket); in channel_input_open_confirmation()
H A Dserverloop.c616 c->remote_maxpacket = rmaxpack; in server_input_channel_open()
H A Dclientloop.c1926 c->remote_maxpacket = rmaxpack; in client_input_channel_open()