Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dsftp.h52 #define SSH2_FXP_OPENDIR 11 macro
/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c338 buffer_put_char(&msg, SSH2_FXP_OPENDIR); in do_lsreaddir()
/titanic_41/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c1151 case SSH2_FXP_OPENDIR: in process()