Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.h62 #define SSH2_FXP_ATTRS 105 macro
Dsftp-client.c309 } else if (type != SSH2_FXP_ATTRS) { in get_decode_stat()
311 SSH2_FXP_ATTRS, type); in get_decode_stat()
Dsftp-server.c602 if ((r = sshbuf_put_u8(msg, SSH2_FXP_ATTRS)) != 0 || in send_attrib()