Lines Matching +defs:other +defs:window
14 * called by a name other than "ssh" or "Secure Shell".
28 * documentation and/or other materials provided with the distribution.
439 * with other programs that follow.
476 u_int window, u_int maxpack, int extusage, const char *remote_name,
520 c->local_window = window;
521 c->local_window_max = window;
729 Channel *other;
733 if ((other = sc->channels[i]) == NULL)
738 other->type == SSH_CHANNEL_MUX_PROXY &&
739 other->mux_ctx == c) {
740 other->mux_ctx = NULL;
741 other->type = SSH_CHANNEL_OPEN;
742 other->istate = CHAN_INPUT_CLOSED;
743 other->ostate = CHAN_OUTPUT_CLOSED;
2336 debug2("channel %d: window %d sent adjust %d", c->self,
3388 * The sending side reduces its window as it sends data, so we
3389 * must 'fake' consumption of the data in order to ensure that window
3412 "channel window", c->self);
3542 error_fr(r, "window/maxpacket");
3617 int id = channel_parse_id(ssh, __func__, "window adjust");
3624 logit("Received window adjust for non-open channel %d.", id);
3633 ssh_packet_disconnect(ssh, "Invalid window adjust message");
3637 fatal("channel %d: adjust %u overflows remote window %u",
4866 channel_request_start(ssh, i, "window-change", 0);
4872 fatal_fr(r, "channel %u; send window-change", i);