Searched refs:SSH2_FXP_NAME (Results 1 – 3 of 3) sorted by relevance
61 #define SSH2_FXP_NAME 104 macro
774 } else if (type != SSH2_FXP_NAME) in sftp_lsreaddir()776 SSH2_FXP_NAME, type); in sftp_lsreaddir()1057 } else if (type != SSH2_FXP_NAME) in sftp_realpath_expand()1059 SSH2_FXP_NAME, type); in sftp_realpath_expand()1403 } else if (type != SSH2_FXP_NAME) in sftp_readlink()1405 SSH2_FXP_NAME, type); in sftp_readlink()
623 if ((r = sshbuf_put_u8(msg, SSH2_FXP_NAME)) != 0 || in send_names()