Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp.h55 #define SSH2_FXP_SYMLINK 20 macro
H A Dsftp-server.c152 { "symlink", NULL, SSH2_FXP_SYMLINK, process_symlink, 1 },
H A Dsftp-client.c1304 if ((r = sshbuf_put_u8(msg, SSH2_FXP_SYMLINK)) != 0 || in sftp_symlink()