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

  /external/dropbear/
cli-channel.c 50 if (datatype != SSH_EXTENDED_DATA_STDERR) {
ssh.h 78 #define SSH_EXTENDED_DATA_STDERR 1
common-channel.c 612 buf_putint(ses.writepayload, SSH_EXTENDED_DATA_STDERR);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
Packets.java 57 public static final int SSH_EXTENDED_DATA_STDERR = 1;
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java 797 if (dataType != Packets.SSH_EXTENDED_DATA_STDERR)
    [all...]

Completed in 262 milliseconds