Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.h37 #define SSH2_FXP_CLOSE 4 macro
Dsftp-server.c123 { "close", NULL, SSH2_FXP_CLOSE, process_close, 0 },
Dsftp-client.c501 if ((r = sshbuf_put_u8(msg, SSH2_FXP_CLOSE)) != 0 || in do_close()