Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp.h46 #define SSH2_FXP_OPENDIR 11 macro
H A Dsftp-server.c143 { "opendir", NULL, SSH2_FXP_OPENDIR, process_opendir, 0 },
H A Dsftp-client.c706 if ((r = sshbuf_put_u8(msg, SSH2_FXP_OPENDIR)) != 0 || in sftp_lsreaddir()