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.c1742 case SSH2_FXP_DATA: in sftp_download()
1811 SSH2_FXP_DATA, type); in sftp_download()
2579 case SSH2_FXP_DATA: in sftp_crossload()
2641 SSH2_FXP_DATA, type); in sftp_crossload()
H A Dsftp-server.c600 send_data_or_handle(SSH2_FXP_DATA, id, data, dlen); in send_data()