Home
last modified time | relevance | path

Searched defs:sftp_conn (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp-client.c76 struct sftp_conn { struct
77 int fd_in;
78 int fd_out;
79 u_int download_buflen;
80 u_int upload_buflen;
81 u_int num_requests;
82 u_int version;
83 u_int msg_id;
109 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, argument