Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.h36 #define SSH2_FXP_OPEN 3 macro
Dsftp-client.c1206 if ((r = sshbuf_put_u8(msg, SSH2_FXP_OPEN)) != 0 || in do_download()
1634 if ((r = sshbuf_put_u8(msg, SSH2_FXP_OPEN)) != 0 || in do_upload()
Dsftp-server.c122 { "open", NULL, SSH2_FXP_OPEN, process_open, 0 },