Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dsftp.h66 #define SSH2_FXP_HANDLE 102 macro
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c196 } else if (type != SSH2_FXP_HANDLE) in get_handle()
198 SSH2_FXP_HANDLE, type); in get_handle()
/titanic_50/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c443 send_data_or_handle(SSH2_FXP_HANDLE, id, string, hlen); in send_handle()