Lines Matching refs:server_channels

672     protected $server_channels = [];  variable in phpseclib3\\Net\\SSH2
2872 $this->server_channels[self::CHANNEL_EXEC],
2906 $this->server_channels[self::CHANNEL_EXEC],
2984 $this->server_channels[self::CHANNEL_SHELL],
3006 $this->server_channels[self::CHANNEL_SHELL],
3078 $this->server_channels[$request_channel],
3205 $this->server_channels[self::CHANNEL_SUBSYSTEM],
3751 …bstr($payload, 9, $length) == 'keepalive@openssh.com' && isset($this->server_channels[$channel])) {
3753 …is->send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_SUCCESS, $this->server_channels[$channel]));
3763 if (!$skip_channel_filter && !empty($this->server_channels)) {
3811 $this->server_channels[$new_channel] = $server_channel;
3992 …$packet = pack('CNN', NET_SSH2_MSG_CHANNEL_WINDOW_ADJUST, $this->server_channels[$channel], $this-…
4035 …this->send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_EOF, $this->server_channels[$client_chann…
4036 …this->send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_CLOSE, $this->server_channels[$channel]));
4060 $this->server_channels[$channel],
4138 …this->send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_CLOSE, $this->server_channels[$channel]));
4411 $this->server_channels[$client_channel],
4435 …$this->send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_EOF, $this->server_channels[$client_chan…
4438 …$this->send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_CLOSE, $this->server_channels[$client_ch…
4453 …$this->send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_CLOSE, $this->server_channels[$client_ch…