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

/freebsd-13-stable/crypto/openssh/
H A Dssh2.h82 #define SSH2_MSG_IGNORE 2 macro
H A Dpacket.c1695 case SSH2_MSG_IGNORE:
1696 debug3("Received SSH2_MSG_IGNORE");
2636 if ((r = sshpkt_start(ssh, SSH2_MSG_IGNORE)) != 0 ||
H A Dsshd.c2394 packet_start(SSH2_MSG_IGNORE);
H A Dsshconnect2.c235 if ((r = sshpkt_start(ssh, SSH2_MSG_IGNORE)) != 0 ||

Completed in 71 milliseconds