Searched refs:SSH_SMSG_SUCCESS (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dssh1.h39 #define SSH_SMSG_SUCCESS 14 /* */ macro
H A Dsshconnect1.c139 if (type == SSH_SMSG_SUCCESS) {
311 if (type == SSH_SMSG_SUCCESS) {
371 if (type == SSH_SMSG_SUCCESS) {
433 if (type == SSH_SMSG_SUCCESS)
467 if (type == SSH_SMSG_SUCCESS)
663 packet_read_expect(SSH_SMSG_SUCCESS);
694 if (type == SSH_SMSG_SUCCESS)
H A Dauth1.c436 packet_start(SSH_SMSG_SUCCESS);
H A Dssh.c1247 if (type == SSH_SMSG_SUCCESS)
1286 if (type == SSH_SMSG_SUCCESS) {
1312 if (type == SSH_SMSG_SUCCESS) {
1335 if (type != SSH_SMSG_SUCCESS)
H A Dpacket.c1072 type == SSH_SMSG_SUCCESS
H A Dsession.c437 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE);
H A Dsshd.c2443 packet_start(SSH_SMSG_SUCCESS);
H A Dchannels.c3068 case SSH_SMSG_SUCCESS:

Completed in 114 milliseconds