Home
last modified time | relevance | path

Searched refs:SSH2_FXP_EXTENDED_REPLY (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dsftp.h65 #define SSH2_FXP_EXTENDED_REPLY 201 macro
Dsftp-client.c355 } else if (type != SSH2_FXP_EXTENDED_REPLY) { in get_decode_statvfs()
357 SSH2_FXP_EXTENDED_REPLY, type); in get_decode_statvfs()
Dsftp-server.c622 if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED_REPLY)) != 0 || in send_statvfs()