Lines Matching refs:packet_type

139     private $packet_type = -1;
599 if ($this->packet_type != NET_SFTP_VERSION) {
601 . 'Got packet type: ' . $this->packet_type);
668 if ($this->packet_type != NET_SFTP_STATUS) {
670 . 'Got packet type: ' . $this->packet_type);
871 switch ($this->packet_type) {
883 . 'Got packet type: ' . $this->packet_type);
949 switch ($this->packet_type) {
958 'Got packet type: ' . $this->packet_type);
1096 switch ($this->packet_type) {
1110 . 'Got packet type: ' . $this->packet_type);
1123 switch ($this->packet_type) {
1165 . 'Got packet type: ' . $this->packet_type);
1511 switch ($this->packet_type) {
1520 . 'Got packet type: ' . $this->packet_type);
1579 switch ($this->packet_type) {
1587 . 'Got packet type: ' . $this->packet_type);
1700 switch ($this->packet_type) {
1710 . 'Got packet type: ' . $this->packet_type);
1756 if ($this->packet_type != NET_SFTP_STATUS) {
1758 . 'Got packet type: ' . $this->packet_type);
1863 switch ($this->packet_type) {
1871 . 'Got packet type: ' . $this->packet_type);
1937 if ($this->packet_type != NET_SFTP_STATUS) {
1939 . 'Got packet type: ' . $this->packet_type);
1997 if ($this->packet_type != NET_SFTP_STATUS) {
1999 . 'Got packet type: ' . $this->packet_type);
2036 if ($this->packet_type != NET_SFTP_STATUS) {
2038 . 'Got packet type: ' . $this->packet_type);
2152 switch ($this->packet_type) {
2161 . 'Got packet type: ' . $this->packet_type);
2301 if ($this->packet_type != NET_SFTP_STATUS) {
2303 . 'Got packet type: ' . $this->packet_type);
2330 if ($this->packet_type != NET_SFTP_STATUS) {
2332 . 'Got packet type: ' . $this->packet_type);
2379 switch ($this->packet_type) {
2388 . 'Got packet type: ' . $this->packet_type);
2450 switch ($this->packet_type) {
2481 . 'Got packet type: ' . $this->packet_type);
2541 if ($this->packet_type != NET_SFTP_STATUS) {
2543 . 'Got packet type: ' . $this->packet_type);
2721 switch ($this->packet_type) {
2728 . 'Got packet type: ' . $this->packet_type);
2748 switch ($this->packet_type) {
2755 . 'Got packet type: ' . $this->packet_type);
2993 if ($this->packet_type != NET_SFTP_STATUS) {
2995 . 'Got packet type: ' . $this->packet_type);
3281 $packet_type = '-> ' . self::$packet_types[$type] .
3283 $this->append_log($packet_type, $data);
3318 $this->packet_type = $this->requestBuffer[$request_id]['packet_type'];
3337 $this->packet_type = false;
3364 $this->packet_type = false;
3374 $this->packet_type = ord(Strings::shift($this->packet_buffer));
3386 $packet_type = '<- ' . self::$packet_types[$this->packet_type] .
3388 $this->append_log($packet_type, $packet);
3393 'packet_type' => $this->packet_type,