Home
last modified time | relevance | path

Searched refs:ftpinfo (Results 1 – 6 of 6) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Dmenus.entropy77 ((struct ftpinfo*)((arg_rv*)arg)->arg)->xfer_host[
78 ((struct ftpinfo*)((arg_rv*)arg)->arg)->xfer]);},
79 action { struct ftpinfo *fpi = (struct ftpinfo*)((arg_rv*)arg)->arg;
86 ((struct ftpinfo*)((arg_rv*)arg)->arg)->user);},
87 action { struct ftpinfo *fpi = (struct ftpinfo*)((arg_rv*)arg)->arg;
92 strcmp(((struct ftpinfo*)((arg_rv*)arg)->arg)->user,
94 ((struct ftpinfo*)((arg_rv*)arg)->arg)->pass[0] == 0
95 ? ((struct ftpinfo*)((arg_rv*)arg)->arg)->pass
97 action { struct ftpinfo *fpi = (struct ftpinfo*)((arg_rv*)arg)->arg;
106 ((struct ftpinfo*)((arg_rv*)arg)->arg)->proxy);},
[all …]
H A Ddefs.h604 struct ftpinfo { struct
614 extern struct ftpinfo ftp, pkg, pkgsrc; argument
798 void make_url(char *, struct ftpinfo *, const char *);
H A Dnet.c916 make_url(char *urlbuffer, struct ftpinfo *f, const char *dir) in make_url()
966 static int do_ftp_fetch(const char *, bool, struct ftpinfo *);
981 do_ftp_fetch(const char *set_name, bool force_tgz, struct ftpinfo *f) in do_ftp_fetch()
H A Dmain.c78 struct ftpinfo ftp, pkg, pkgsrc;
H A Dutil.c1200 static struct ftpinfo server = { .user = "ftp" }; in entropy_get_file()
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_proxy.h179 typedef struct ftpinfo { struct