Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dsftp.h47 #define SSH2_FXP_LSTAT 7 macro
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c533 send_string_request(conn->fd_out, id, SSH2_FXP_LSTAT, path, in do_lstat()
/titanic_50/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c1139 case SSH2_FXP_LSTAT: in process()