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

/freebsd-10.1-release/crypto/openssh/
H A Dsftp.h36 #define SSH2_FXP_OPEN 3 macro
H A Dsftp-client.c1077 buffer_put_char(&msg, SSH2_FXP_OPEN);
1084 debug3("Sent message SSH2_FXP_OPEN I:%u P:%s", id, remote_path);
1474 buffer_put_char(&msg, SSH2_FXP_OPEN);
1480 debug3("Sent message SSH2_FXP_OPEN I:%u P:%s", id, remote_path);
H A Dsftp-server.c127 /* NB. SSH2_FXP_OPEN does the readonly check in the handler itself */
128 { "open", NULL, SSH2_FXP_OPEN, process_open, 0 },

Completed in 130 milliseconds