Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c164 if (type != SSH2_FXP_STATUS) in get_status()
166 SSH2_FXP_STATUS, type); in get_status()
190 if (type == SSH2_FXP_STATUS) { in get_handle()
222 if (type == SSH2_FXP_STATUS) { in get_decode_stat()
378 if (type == SSH2_FXP_STATUS) { in do_lsreaddir()
610 if (type == SSH2_FXP_STATUS) { in do_realpath()
718 if (type == SSH2_FXP_STATUS) {
890 case SSH2_FXP_STATUS: in do_download()
1127 if (type != SSH2_FXP_STATUS) in do_upload()
1129 "got %d", SSH2_FXP_STATUS, type); in do_upload()
/titanic_41/usr/src/cmd/ssh/include/
H A Dsftp.h65 #define SSH2_FXP_STATUS 101 macro
/titanic_41/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c405 buffer_put_char(&msg, SSH2_FXP_STATUS); in send_status()