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

/freebsd-10.0-release/crypto/openssh/
H A Dserverloop.c1078 u_int rmaxpack, rwindow, len; local
1083 rmaxpack = packet_get_int();
1086 ctype, rchan, rwindow, rmaxpack);
1099 c->remote_maxpacket = rmaxpack;
H A Dclientloop.c1993 u_int rmaxpack, rwindow, len; local
1998 rmaxpack = packet_get_int();
2001 ctype, rchan, rwindow, rmaxpack);
2015 c->remote_maxpacket = rmaxpack;

Completed in 185 milliseconds