Lines Matching refs:packet_type

151     private $packet_type = -1;  variable in phpseclib3\\Net\\SFTP
611 if ($this->packet_type != NET_SFTP_VERSION) {
613 . 'Got packet type: ' . $this->packet_type);
681 if ($this->packet_type != NET_SFTP_STATUS) {
683 . 'Got packet type: ' . $this->packet_type);
859 switch ($this->packet_type) {
871 . 'Got packet type: ' . $this->packet_type);
938 switch ($this->packet_type) {
947 'Got packet type: ' . $this->packet_type);
1076 switch ($this->packet_type) {
1089 . 'Got packet type: ' . $this->packet_type);
1102 switch ($this->packet_type) {
1144 . 'Got packet type: ' . $this->packet_type);
1498 switch ($this->packet_type) {
1507 . 'Got packet type: ' . $this->packet_type);
1568 switch ($this->packet_type) {
1576 . 'Got packet type: ' . $this->packet_type);
1692 switch ($this->packet_type) {
1702 . 'Got packet type: ' . $this->packet_type);
1749 if ($this->packet_type != NET_SFTP_STATUS) {
1751 . 'Got packet type: ' . $this->packet_type);
1858 switch ($this->packet_type) {
1866 . 'Got packet type: ' . $this->packet_type);
1933 if ($this->packet_type != NET_SFTP_STATUS) {
1935 . 'Got packet type: ' . $this->packet_type);
1995 if ($this->packet_type != NET_SFTP_STATUS) {
1997 . 'Got packet type: ' . $this->packet_type);
2035 if ($this->packet_type != NET_SFTP_STATUS) {
2037 . 'Got packet type: ' . $this->packet_type);
2152 switch ($this->packet_type) {
2161 . 'Got packet type: ' . $this->packet_type);
2299 if ($this->packet_type != NET_SFTP_STATUS) {
2301 . 'Got packet type: ' . $this->packet_type);
2329 if ($this->packet_type != NET_SFTP_STATUS) {
2331 . '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);
2550 if ($this->packet_type != NET_SFTP_STATUS) {
2552 . 'Got packet type: ' . $this->packet_type);
2731 switch ($this->packet_type) {
2738 . 'Got packet type: ' . $this->packet_type);
2759 switch ($this->packet_type) {
2766 . 'Got packet type: ' . $this->packet_type);
2994 if ($this->packet_type != NET_SFTP_STATUS) {
2996 . 'Got packet type: ' . $this->packet_type);
3287 $packet_type = '-> ' . $this->packet_types[$type] .
3298 echo $start . $this->format_log([$data], [$packet_type]) . $stop;
3302 $this->packet_type_log[] = $packet_type;
3342 $this->packet_type = $this->requestBuffer[$request_id]['packet_type'];
3361 $this->packet_type = false;
3385 $this->packet_type = false;
3395 $this->packet_type = ord(Strings::shift($this->packet_buffer));
3407 $packet_type = '<- ' . $this->packet_types[$this->packet_type] .
3418 echo $start . $this->format_log([$packet], [$packet_type]) . $stop;
3422 $this->packet_type_log[] = $packet_type;
3431 'packet_type' => $this->packet_type,