Home
last modified time | relevance | path

Searched refs:agent_reply_bytes (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php279 $agent_reply_bytes = current(unpack('N', $this->readBytes(4)));
281 $agent_reply_data = $this->readBytes($agent_reply_bytes);
284 return pack('Na*', $agent_reply_bytes, $agent_reply_data);