Home
last modified time | relevance | path

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

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