Home | History | Annotate | Download | only in openssh

Lines Matching defs:adjust

1796 		debug2("channel %d: window %d sent adjust %d",
2550 u_int adjust;
2560 logit("Received window adjust for non-open channel %d.", id);
2563 adjust = packet_get_int();
2565 debug2("channel %d: rcvd adjust %u", id, adjust);
2566 c->remote_window += adjust;