Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dsftp.h51 #define SSH2_FXP_FSETSTAT 10 macro
/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c578 send_string_attrs_request(conn->fd_out, id, SSH2_FXP_FSETSTAT, handle, in do_fsetstat()
/titanic_41/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c1148 case SSH2_FXP_FSETSTAT: in process()