Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.h95 #define SSH2_FX_OP_UNSUPPORTED 8 macro
Dsftp-common.c178 case SSH2_FX_OP_UNSUPPORTED: in fx2txt()
Dsftp-server.c111 ret = SSH2_FX_OP_UNSUPPORTED; in errno_to_portable()
1266 send_status(id, SSH2_FX_OP_UNSUPPORTED); /* MUST */ in process_extended()
Dsftp-client.c843 return(SSH2_FX_OP_UNSUPPORTED); in do_symlink()