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

  /external/openssh/
sftp.h 88 #define SSH2_FX_EOF 1
sftp-common.c 188 case SSH2_FX_EOF:
sftp-server.c 523 (status != SSH2_FX_OK && status != SSH2_FX_EOF))
766 status = SSH2_FX_EOF;
1089 send_status(id, SSH2_FX_EOF);
    [all...]
sftp-client.c 580 if (rstatus == SSH2_FX_EOF)
    [all...]

Completed in 45 milliseconds