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

  /external/openssh/
sftp.h 37 #define SSH2_FXP_CLOSE 4
sftp-server.c 1303 case SSH2_FXP_CLOSE:
    [all...]
sftp-client.c 433 buffer_put_char(&msg, SSH2_FXP_CLOSE);
437 debug3("Sent message SSH2_FXP_CLOSE I:%u", id);
    [all...]

Completed in 607 milliseconds