Searched refs:_log_packet (Results 1 – 1 of 1) sorted by relevance
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/ |
H A D | packet.py | 169 def _log_packet(self, msg, pkttype, pktid, packet, note): member in SSHPacketLogger 191 self._log_packet('Sent', pkttype, pktid, packet, note) 197 self._log_packet('Received', pkttype, pktid, packet, note)
|