Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dsftp.h64 #define SSH2_FXP_VERSION 2 macro
/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c259 if ((type = buffer_get_char(&msg)) != SSH2_FXP_VERSION) { in do_init()
/titanic_41/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c491 buffer_put_char(&msg, SSH2_FXP_VERSION); in process_init()