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

/freebsd-10.0-release/crypto/openssh/
H A Dsftp-client.h52 * a pointer to a initialized sftp_conn struct on success.
54 struct sftp_conn *do_init(int, int, u_int, u_int, u_int64_t);
56 u_int sftp_proto_version(struct sftp_conn *);
59 int do_close(struct sftp_conn *, char *, u_int);
62 int do_readdir(struct sftp_conn *, char *, SFTP_DIRENT ***);
68 int do_rm(struct sftp_conn *, char *);
71 int do_mkdir(struct sftp_conn *, char *, Attrib *, int);
74 int do_rmdir(struct sftp_conn *, char *);
77 Attrib *do_stat(struct sftp_conn *, char *, int);
80 Attrib *do_lstat(struct sftp_conn *, cha
[all...]
H A Dsftp-glob.c34 int remote_glob(struct sftp_conn *, const char *, int,
43 struct sftp_conn *conn;
136 remote_glob(struct sftp_conn *conn, const char *pattern, int flags,
H A Dsftp-client.c68 struct sftp_conn { struct
85 get_handle(struct sftp_conn *conn, u_int expected_id, u_int *len,
99 send_msg(struct sftp_conn *conn, Buffer *m)
123 get_msg(struct sftp_conn *conn, Buffer *m)
152 send_string_request(struct sftp_conn *conn, u_int id, u_int code, char *s,
167 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code,
183 get_status(struct sftp_conn *conn, u_int expected_id)
208 get_handle(struct sftp_conn *conn, u_int expected_id, u_int *len,
247 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet)
282 get_decode_statvfs(struct sftp_conn *con
[all...]
H A Dsftp.c106 struct sftp_conn *conn;
110 int remote_glob(struct sftp_conn *, const char *, int,
209 int interactive_loop(struct sftp_conn *, char *file1, char *file2);
509 remote_is_dir(struct sftp_conn *conn, char *path)
531 process_get(struct sftp_conn *conn, char *src, char *dst, char *pwd,
609 process_put(struct sftp_conn *conn, char *src, char *dst, char *pwd,
713 do_ls_dir(struct sftp_conn *conn, char *path, char *strip_path, int lflag)
798 do_globbed_ls(struct sftp_conn *conn, char *path, char *strip_path,
879 do_df(struct sftp_conn *conn, char *path, int hflag, int iflag)
1312 parse_dispatch_command(struct sftp_conn *con
[all...]

Completed in 190 milliseconds