Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dssh2.h90 #define SSH2_MSG_IGNORE 2 macro
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c1274 case SSH2_MSG_IGNORE: in packet_read_poll_seqnr()
1706 packet_start(compat20 ? SSH2_MSG_IGNORE : SSH_MSG_IGNORE); in packet_send_ignore()
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dsshd.c2045 packet_start(SSH2_MSG_IGNORE); in do_ssh2_kex()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c188 packet_start(SSH2_MSG_IGNORE); in ssh_kex2()