Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dsftp.h44 #define SSH2_FXP_CLOSE 4 macro
/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c311 buffer_put_char(&msg, SSH2_FXP_CLOSE); in do_close()
/titanic_41/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c1130 case SSH2_FXP_CLOSE: in process()