Searched refs:packet_type (Results 1 – 2 of 2) sorted by relevance
139 private $packet_type = -1; variable in phpseclib3\\Net\\SFTP600 if ($this->packet_type != NET_SFTP_VERSION) {602 . 'Got packet type: ' . $this->packet_type);669 if ($this->packet_type != NET_SFTP_STATUS) {671 . 'Got packet type: ' . $this->packet_type);875 switch ($this->packet_type) {887 . 'Got packet type: ' . $this->packet_type);958 switch ($this->packet_type) {967 'Got packet type: ' . $this->packet_type);1105 switch ($this->packet_type) {[all …]
3990 $packet_type = $unpacked['packet_type'];