Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh2.h84 #define SSH2_MSG_UNIMPLEMENTED 3 macro
H A Ddispatch.c45 if ((r = sshpkt_start(ssh, SSH2_MSG_UNIMPLEMENTED)) != 0 || in dispatch_protocol_error()
H A Dkex.c246 if ((r = sshpkt_start(ssh, SSH2_MSG_UNIMPLEMENTED)) != 0 || in kex_protocol_error()
H A DPROTOCOL161 SSH2_MSG_IGNORE or SSH2_MSG_UNIMPLEMENTED.
H A Dpacket.c1858 case SSH2_MSG_UNIMPLEMENTED: in ssh_packet_read_poll_seqnr()