Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dsftp.h56 #define SSH2_FXP_RMDIR 15 macro
/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c495 send_string_request(conn->fd_out, id, SSH2_FXP_RMDIR, path, in do_rmdir()
/titanic_41/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c1163 case SSH2_FXP_RMDIR: in process()