Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dsftp.h83 #define SSH2_FXF_WRITE 0x00000002 macro
/titanic_50/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c124 (pflags & SSH2_FXF_WRITE)) { in flags_from_portable()
128 } else if (pflags & SSH2_FXF_WRITE) { in flags_from_portable()
155 if (pflags & SSH2_FXF_WRITE) in string_from_portable()
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c1055 buffer_put_int(&msg, SSH2_FXF_WRITE|SSH2_FXF_CREAT|SSH2_FXF_TRUNC); in do_upload()