Searched refs:sftp_conn (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/crypto/openssh/
H A Dsftp-client.c77 struct sftp_conn { struct
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(struct sftp_conn *conn, struct sshbuf *m)
167 send_string_request(struct sftp_conn *conn, u_int id, u_int code, const char *s,
185 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code,
204 get_status(struct sftp_conn *conn, u_int expected_id)
234 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
279 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet)
324 get_decode_statvfs(struct sftp_conn *con
[all...]
H A Dsftp-client.h58 * a pointer to a initialized sftp_conn struct on success.
60 struct sftp_conn *do_init(int, int, u_int, u_int, u_int64_t);
62 u_int sftp_proto_version(struct sftp_conn *);
65 int do_close(struct sftp_conn *, const u_char *, u_int);
68 int do_readdir(struct sftp_conn *, const char *, SFTP_DIRENT ***);
74 int do_rm(struct sftp_conn *, const char *);
77 int do_mkdir(struct sftp_conn *, const char *, Attrib *, int);
80 int do_rmdir(struct sftp_conn *, const char *);
83 Attrib *do_stat(struct sftp_conn *, const char *, int);
86 Attrib *do_lstat(struct sftp_conn *, cons
[all...]
H A Dsftp-glob.c35 int remote_glob(struct sftp_conn *, const char *, int,
44 struct sftp_conn *conn;
137 remote_glob(struct sftp_conn *conn, const char *pattern, int flags,
H A Dsftp.c112 struct sftp_conn *conn;
116 int remote_glob(struct sftp_conn *, const char *, int,
219 int interactive_loop(struct sftp_conn *, char *file1, char *file2);
579 remote_is_dir(struct sftp_conn *conn, const char *path)
601 process_get(struct sftp_conn *conn, const char *src, const char *dst,
687 process_put(struct sftp_conn *conn, const char *src, const char *dst,
798 do_ls_dir(struct sftp_conn *conn, const char *path,
884 do_globbed_ls(struct sftp_conn *conn, const char *path,
969 do_df(struct sftp_conn *conn, const char *path, int hflag, int iflag)
1421 parse_dispatch_command(struct sftp_conn *con
[all...]

Completed in 130 milliseconds