Searched refs:SSH_MSG_IGNORE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dssh1.h57 #define SSH_MSG_IGNORE 32 /* string */ macro
H A Dpacket.c1164 * SSH_MSG_IGNORE messages are skipped by this function and are never returned
1496 case SSH_MSG_IGNORE:
1912 * byte SSH_MSG_IGNORE
1926 packet_start(compat20 ? SSH2_MSG_IGNORE : SSH_MSG_IGNORE);

Completed in 104 milliseconds