Searched refs:SSH2_FX_OP_UNSUPPORTED (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dsftp.h95 #define SSH2_FX_OP_UNSUPPORTED 8 macro
H A Dsftp-common.c179 case SSH2_FX_OP_UNSUPPORTED:
H A Dsftp-server.c213 ret = SSH2_FX_OP_UNSUPPORTED;
1308 int handle, fd, ret, status = SSH2_FX_OP_UNSUPPORTED;
1340 send_status(id, SSH2_FX_OP_UNSUPPORTED); /* MUST */
H A Dsftp-client.c854 return(SSH2_FX_OP_UNSUPPORTED);

Completed in 56 milliseconds