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

  /external/dropbear/
ssh.h 65 #define SSH_MSG_CHANNEL_OPEN 90
svr-session.c 59 {SSH_MSG_CHANNEL_OPEN, recv_msg_channel_open},
cli-session.c 60 {SSH_MSG_CHANNEL_OPEN, recv_msg_channel_open},
common-channel.c 970 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_OPEN);

Completed in 5083 milliseconds