Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c262 c->local_maxpacket = maxpack; in channel_new()
592 packet_put_int(c->local_maxpacket); in channel_send_open()
1161 c->local_window_max, c->local_maxpacket, in channel_post_x11_listener()
1168 packet_put_int(nc->local_maxpacket); in channel_post_x11_listener()
1213 packet_put_int(c->local_maxpacket); in port_open_helper()
1279 c->local_window_max, c->local_maxpacket, in channel_post_port_listener()
1313 c->local_window_max, c->local_maxpacket, in channel_post_auth_listener()
1320 packet_put_int(c->local_maxpacket); in channel_post_auth_listener()
1348 packet_put_int(c->local_maxpacket); in channel_post_connecting()
1860 if (data_len > c->local_maxpacket) { in channel_input_data()
[all …]
/titanic_50/usr/src/cmd/ssh/include/
H A Dchannels.h111 u_int local_maxpacket; member
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1136 packet_put_int(c->local_maxpacket); in server_input_channel_open()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1489 packet_put_int(c->local_maxpacket); in client_input_channel_open()