Lines Matching refs:type

642      * Contains the type of the last sent message
1767 list($type, $primeBytes, $gBytes) = Strings::unpackSSH2('Css', $response);
1768 if ($type != NET_SSH2_MSG_KEXDH_GEX_GROUP) {
1813 $type,
1819 if ($type != constant($serverKexReplyMessage)) {
1897 list($type) = Strings::unpackSSH2('C', $response);
1898 if ($type != NET_SSH2_MSG_NEWKEYS) {
2363 list($type) = Strings::unpackSSH2('C', $response);
2365 if ($type == NET_SSH2_MSG_EXT_INFO) {
2375 list($type) = Strings::unpackSSH2('C', $response);
2380 if ($type != NET_SSH2_MSG_SERVICE_ACCEPT || $service != 'ssh-userauth') {
2420 list($type) = Strings::unpackSSH2('C', $response);
2421 switch ($type) {
2465 list($type) = Strings::unpackSSH2('C', $response);
2466 switch ($type) {
2535 list($type) = Strings::unpackSSH2('C', $response);
2536 switch ($type) {
2722 list($type) = Strings::unpackSSH2('C', $response);
2723 switch ($type) {
2758 list($type) = Strings::unpackSSH2('C', $response);
2759 switch ($type) {
3234 * a string that contained the name of the subsystem, but at that point, only one subsystem of each type could be opened.
3600 // This should be impossible, but we are checking anyway to narrow the type for Psalm.
4091 list($type, $channel) = Strings::unpackSSH2('CN', $response);
4106 switch ($type) {
4122 $this->channel_buffers[$channel][] = chr($type) . $data;
4166 switch ($type) {
4194 switch ($type) {
4201 $this->channel_buffers[$channel][] = chr($type) . $data;
4208 if ($client_channel == $channel && $type == NET_SSH2_MSG_CHANNEL_CLOSE) {
4217 switch ($type) {
4241 $this->channel_buffers[$channel][] = chr($type) . $data;
4263 throw new \RuntimeException("Error reading channel data ($type)");
4352 // This should be impossible, but we are checking anyway to narrow the type for Psalm.
4455 // remove the byte identifying the message type from all but the first two messages (ie. the identification strings)
5239 // some signatures have the type embedded within the message and some don't