• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/crypto/openssh/

Lines Matching defs:sftp_conn

77 struct sftp_conn {
95 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
109 send_msg(struct sftp_conn *conn, struct sshbuf *m)
133 get_msg_extended(struct sftp_conn *conn, struct sshbuf *m, int initial)
171 get_msg(struct sftp_conn *conn, struct sshbuf *m)
177 send_string_request(struct sftp_conn *conn, u_int id, u_int code, const char *s,
195 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code,
214 get_status(struct sftp_conn *conn, u_int expected_id)
244 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
289 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet)
334 get_decode_statvfs(struct sftp_conn *conn, struct sftp_statvfs *st,
392 struct sftp_conn *
398 struct sftp_conn *ret;
495 sftp_proto_version(struct sftp_conn *conn)
501 do_close(struct sftp_conn *conn, const u_char *handle, u_int handle_len)
529 do_lsreaddir(struct sftp_conn *conn, const char *path, int print_flag,
676 do_readdir(struct sftp_conn *conn, const char *path, SFTP_DIRENT ***dir)
696 do_rm(struct sftp_conn *conn, const char *path)
711 do_mkdir(struct sftp_conn *conn, const char *path, Attrib *a, int print_flag)
727 do_rmdir(struct sftp_conn *conn, const char *path)
743 do_stat(struct sftp_conn *conn, const char *path, int quiet)
757 do_lstat(struct sftp_conn *conn, const char *path, int quiet)
778 do_fstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len,
792 do_setstat(struct sftp_conn *conn, const char *path, Attrib *a)
809 do_fsetstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len,
826 do_realpath(struct sftp_conn *conn, const char *path)
883 do_rename(struct sftp_conn *conn, const char *oldpath, const char *newpath,
924 do_hardlink(struct sftp_conn *conn, const char *oldpath, const char *newpath)
960 do_symlink(struct sftp_conn *conn, const char *oldpath, const char *newpath)
995 do_fsync(struct sftp_conn *conn, u_char *handle, u_int handle_len)
1027 do_readlink(struct sftp_conn *conn, const char *path)
1083 do_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st,
1113 do_fstatvfs(struct sftp_conn *conn, const u_char *handle, u_int handle_len,
1142 send_read_request(struct sftp_conn *conn, u_int id, u_int64_t offset,
1162 do_download(struct sftp_conn *conn, const char *remote_path,
1458 download_dir_internal(struct sftp_conn *conn, const char *src, const char *dst,
1552 download_dir(struct sftp_conn *conn, const char *src, const char *dst,
1571 do_upload(struct sftp_conn *conn, const char *local_path,
1792 upload_dir_internal(struct sftp_conn *conn, const char *src, const char *dst,
1888 upload_dir(struct sftp_conn *conn, const char *src, const char *dst,