Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh2.h83 #define SSH2_MSG_IGNORE 2 macro
H A Dpacket.c1845 case SSH2_MSG_IGNORE: in ssh_packet_read_poll_seqnr()
2821 if ((r = sshpkt_start(ssh, SSH2_MSG_IGNORE)) != 0 || in sshpkt_msg_ignore()
H A Dsshd-session.c1487 if ((r = sshpkt_start(ssh, SSH2_MSG_IGNORE)) != 0 || in do_ssh2_kex()
H A DPROTOCOL161 SSH2_MSG_IGNORE or SSH2_MSG_UNIMPLEMENTED.
H A Dsshconnect2.c285 if ((r = sshpkt_start(ssh, SSH2_MSG_IGNORE)) != 0 || in ssh_kex2()