Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp.h65 #define SSH2_FXP_EXTENDED_REPLY 201 macro
H A Dsftp-client.c428 } else if (type != SSH2_FXP_EXTENDED_REPLY) { in get_decode_statvfs()
430 SSH2_FXP_EXTENDED_REPLY, type); in get_decode_statvfs()
653 if (type != SSH2_FXP_EXTENDED_REPLY) { in sftp_get_limits()
655 SSH2_FXP_EXTENDED_REPLY, type); in sftp_get_limits()
2904 } else if (type != SSH2_FXP_EXTENDED_REPLY) in sftp_get_users_groups_by_id()
2906 SSH2_FXP_EXTENDED_REPLY, type); in sftp_get_users_groups_by_id()
H A Dsftp-server.c667 if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED_REPLY)) != 0 || in send_statvfs()
1535 if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED_REPLY)) != 0 || in process_extended_limits()
1765 if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED_REPLY)) != 0 || in process_extended_get_users_groups_by_id()