Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dsftp.h37 #define SSH2_FXP_OPEN 3 macro
Dsftp-client.c1133 if ((r = sshbuf_put_u8(msg, SSH2_FXP_OPEN)) != 0 || in sftp_copy()
1153 if ((r = sshbuf_put_u8(msg, SSH2_FXP_OPEN)) != 0 || in sftp_copy()
1550 if ((r = sshbuf_put_u8(msg, SSH2_FXP_OPEN)) != 0 || in send_open()
Dsftp-server.c135 { "open", NULL, SSH2_FXP_OPEN, process_open, 0 },