HomeSort by relevance Sort by last modified time
    Searched refs:SSH_SMSG_SUCCESS (Results 1 - 8 of 8) sorted by null

  /external/openssh/
ssh1.h 39 #define SSH_SMSG_SUCCESS 14 /* */
sshconnect1.c 139 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)
auth1.c 444 packet_start(SSH_SMSG_SUCCESS);
ssh.c     [all...]
packet.c 1047 type == SSH_SMSG_SUCCESS
    [all...]
session.c 429 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE);
    [all...]
sshd.c     [all...]
channels.c     [all...]

Completed in 173 milliseconds