Searched refs:rmaxpack (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dserverloop.c1066 u_int rmaxpack, rwindow, len; local
1071 rmaxpack = packet_get_int();
1074 ctype, rchan, rwindow, rmaxpack);
1087 c->remote_maxpacket = rmaxpack;
H A Dclientloop.c2054 u_int rmaxpack, rwindow, len; local
2059 rmaxpack = packet_get_int();
2062 ctype, rchan, rwindow, rmaxpack);
2076 c->remote_maxpacket = rmaxpack;

Completed in 80 milliseconds