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

/freebsd-10.1-release/crypto/openssh/
H A Dsftp.h57 #define SSH2_FXP_VERSION 2 macro
H A Dsftp-server.c643 buffer_put_char(&msg, SSH2_FXP_VERSION);
H A Dsftp-client.c361 if ((type = buffer_get_char(&msg)) != SSH2_FXP_VERSION) {

Completed in 105 milliseconds