Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp.h60 #define SSH2_FXP_DATA 103 macro
H A Dsftp-client.c1727 case SSH2_FXP_DATA: in sftp_download()
1796 SSH2_FXP_DATA, type); in sftp_download()
2570 case SSH2_FXP_DATA: in sftp_crossload()
2632 SSH2_FXP_DATA, type); in sftp_crossload()
H A Dsftp-server.c592 send_data_or_handle(SSH2_FXP_DATA, id, data, dlen); in send_data()