Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dsftp.h42 #define SSH2_FXP_INIT 1 macro
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c250 buffer_put_char(&msg, SSH2_FXP_INIT); in do_init()
/titanic_50/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c1124 case SSH2_FXP_INIT: in process()