Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.h76 #define SSH2_FXF_WRITE 0x00000002 macro
Dsftp-server.c222 (pflags & SSH2_FXF_WRITE)) { in flags_from_portable()
226 } else if (pflags & SSH2_FXF_WRITE) { in flags_from_portable()
255 if (pflags & SSH2_FXF_WRITE) in string_from_portable()
Dsftp-client.c1637 (r = sshbuf_put_u32(msg, SSH2_FXF_WRITE|SSH2_FXF_CREAT| in do_upload()