Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp.h58 #define SSH2_FXP_STATUS 101 macro
H A Dsftp-client.c287 if (type != SSH2_FXP_STATUS) in get_status()
289 SSH2_FXP_STATUS, type); in get_status()
327 if (type == SSH2_FXP_STATUS) { in get_handle()
366 if (type == SSH2_FXP_STATUS) { in get_decode_stat()
417 if (type == SSH2_FXP_STATUS) { in get_decode_statvfs()
764 if (type == SSH2_FXP_STATUS) { in sftp_lsreaddir()
1045 if (type == SSH2_FXP_STATUS) { in sftp_realpath_expand()
1395 if (type == SSH2_FXP_STATUS) { in sftp_readlink()
1732 case SSH2_FXP_STATUS: in sftp_download()
2170 if (type != SSH2_FXP_STATUS) in sftp_upload()
[all …]
H A Dsftp-server.c560 if ((r = sshbuf_put_u8(msg, SSH2_FXP_STATUS)) != 0 || in send_status_errmsg()