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

/freebsd-10.1-release/crypto/openssh/
H A Dserverloop.c1079 u_int rmaxpack, rwindow, len; local
1084 rmaxpack = packet_get_int();
1087 ctype, rchan, rwindow, rmaxpack);
1100 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 116 milliseconds