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

/freebsd-10.2-release/crypto/openssh/
H A Dsftp.h76 #define SSH2_FXF_WRITE 0x00000002 macro
H A Dsftp-server.c228 (pflags & SSH2_FXF_WRITE)) {
232 } else if (pflags & SSH2_FXF_WRITE) {
261 if (pflags & SSH2_FXF_WRITE)
H A Dsftp-client.c1477 buffer_put_int(&msg, SSH2_FXF_WRITE|SSH2_FXF_CREAT|SSH2_FXF_TRUNC);

Completed in 51 milliseconds