Home
last modified time | relevance | path

Searched refs:SSH2_FXP_CLOSE (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Dsftp.h38 #define SSH2_FXP_CLOSE 4 macro
Dsftp-server.c136 { "close", NULL, SSH2_FXP_CLOSE, process_close, 0 },
Dsftp-client.c671 if ((r = sshbuf_put_u8(msg, SSH2_FXP_CLOSE)) != 0 || in sftp_close()