HomeSort by: relevance | last modified time | path
    Searched refs:SSH2_FXP_CLOSE (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sftp.h 38 #define SSH2_FXP_CLOSE 4
sftp-server.c 136 { "close", NULL, SSH2_FXP_CLOSE, process_close, 0 },
sftp-client.c 667 if ((r = sshbuf_put_u8(msg, SSH2_FXP_CLOSE)) != 0 ||
672 debug3("Sent message SSH2_FXP_CLOSE I:%u", id);

Completed in 52 milliseconds