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

  /external/openssh/
ssh1.h 49 #define SSH_MSG_CHANNEL_CLOSE 24 /* channel (int) */
73 #define SSH_MSG_CHANNEL_INPUT_EOF SSH_MSG_CHANNEL_CLOSE
serverloop.c     [all...]
clientloop.c     [all...]
channels.c 853 packet_start(SSH_MSG_CHANNEL_CLOSE);
958 packet_start(SSH_MSG_CHANNEL_CLOSE);
    [all...]
  /external/dropbear/
ssh.h 72 #define SSH_MSG_CHANNEL_CLOSE 97
svr-session.c 61 {SSH_MSG_CHANNEL_CLOSE, recv_msg_channel_close},
cli-session.c 62 {SSH_MSG_CHANNEL_CLOSE, recv_msg_channel_close},