Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dsftp.h60 #define SSH2_FXP_READLINK 19 macro
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c706 send_string_request(conn->fd_out, id, SSH2_FXP_READLINK, path,
/titanic_50/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c1175 case SSH2_FXP_READLINK: in process()