Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dsftp.h67 #define SSH2_FXP_DATA 103 macro
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c899 case SSH2_FXP_DATA: in do_download()
952 SSH2_FXP_DATA, type); in do_download()
/titanic_50/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c432 send_data_or_handle(SSH2_FXP_DATA, id, data, dlen); in send_data()