Searched refs:SSH2_FXP_READDIR (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dsftp.h46 #define SSH2_FXP_READDIR 12 macro
H A Dsftp-server.c137 { "readdir", NULL, SSH2_FXP_READDIR, process_readdir, 0 },
H A Dsftp-client.c492 debug3("Sending SSH2_FXP_READDIR I:%u", id);
495 buffer_put_char(&msg, SSH2_FXP_READDIR);

Completed in 107 milliseconds