Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dchannels.h107 u_int remote_maxpacket; member
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c266 c->remote_maxpacket = 0; in channel_new()
1770 if (len > c->remote_maxpacket) in channel_output_poll()
1771 len = c->remote_maxpacket; in channel_output_poll()
1816 if (len > c->remote_maxpacket) in channel_output_poll()
1817 len = c->remote_maxpacket; in channel_output_poll()
2031 c->remote_maxpacket = packet_get_int(); in channel_input_open_confirmation()
2038 c->remote_window, c->remote_maxpacket); in channel_input_open_confirmation()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1130 c->remote_maxpacket = rmaxpack; in server_input_channel_open()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1483 c->remote_maxpacket = rmaxpack; in client_input_channel_open()