Home
last modified time | relevance | path

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

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