Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh2.h83 #define SSH2_MSG_IGNORE 2 macro
H A Dsshd-auth.c856 if ((r = sshpkt_start(ssh, SSH2_MSG_IGNORE)) != 0 || in do_ssh2_kex()
H A Dpacket.c1904 case SSH2_MSG_IGNORE: in ssh_packet_read_poll_seqnr()
2894 if ((r = sshpkt_start(ssh, SSH2_MSG_IGNORE)) != 0 || in sshpkt_msg_ignore()
H A Dsshconnect2.c286 if ((r = sshpkt_start(ssh, SSH2_MSG_IGNORE)) != 0 || in ssh_kex2()