Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dsftp.h46 #define SSH2_FXP_WRITE 6 macro
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c1104 buffer_put_char(&msg, SSH2_FXP_WRITE); in do_upload()
/titanic_50/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c1136 case SSH2_FXP_WRITE: in process()