Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dsftp.h82 #define SSH2_FXF_READ 0x00000001 macro
/titanic_50/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c123 if ((pflags & SSH2_FXF_READ) && in flags_from_portable()
126 } else if (pflags & SSH2_FXF_READ) { in flags_from_portable()
153 if (pflags & SSH2_FXF_READ) in string_from_portable()
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c814 buffer_put_int(&msg, SSH2_FXF_READ); in do_download()