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

/freebsd-10.1-release/crypto/openssh/
H A Dssh2.h78 #define SSH2_MSG_IGNORE 2 macro
H A Dpacket.c1469 case SSH2_MSG_IGNORE:
1470 debug3("Received SSH2_MSG_IGNORE");
1935 packet_start(compat20 ? SSH2_MSG_IGNORE : SSH_MSG_IGNORE);
H A Dsshconnect2.c242 packet_start(SSH2_MSG_IGNORE);
H A Dsshd.c2566 packet_start(SSH2_MSG_IGNORE);

Completed in 108 milliseconds