Searched refs:SSH2_MSG_UNIMPLEMENTED (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dssh2.h83 #define SSH2_MSG_UNIMPLEMENTED 3 macro
H A Ddispatch.c46 if ((r = sshpkt_start(ssh, SSH2_MSG_UNIMPLEMENTED)) != 0 ||
H A Dkex.c384 if ((r = sshpkt_start(ssh, SSH2_MSG_UNIMPLEMENTED)) != 0 ||
H A Dpacket.c1721 case SSH2_MSG_UNIMPLEMENTED:
1724 debug("Received SSH2_MSG_UNIMPLEMENTED for %u",

Completed in 66 milliseconds