Searched refs:SSH2_FXP_NAME (Results 1 – 3 of 3) sorted by relevance
62 #define SSH2_FXP_NAME 104 macro
760 } else if (type != SSH2_FXP_NAME) in sftp_lsreaddir()762 SSH2_FXP_NAME, type); in sftp_lsreaddir()1043 } else if (type != SSH2_FXP_NAME) in sftp_realpath_expand()1045 SSH2_FXP_NAME, type); in sftp_realpath_expand()1389 } else if (type != SSH2_FXP_NAME) in sftp_readlink()1391 SSH2_FXP_NAME, type); in sftp_readlink()
619 if ((r = sshbuf_put_u8(msg, SSH2_FXP_NAME)) != 0 || in send_names()