Home
last modified time | relevance | path

Searched refs:ftp (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/powerpc/
H A Ddt_isadep.c43 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_create_entry_probe() argument
45 ftp->ftps_type = DTFTP_ENTRY; in dt_pid_create_entry_probe()
46 ftp->ftps_pc = (uintptr_t)symp->st_value; in dt_pid_create_entry_probe()
47 ftp->ftps_size = (size_t)symp->st_size; in dt_pid_create_entry_probe()
48 ftp->ftps_noffs = 1; in dt_pid_create_entry_probe()
49 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe()
51 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_entry_probe()
62 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) in dt_pid_create_return_probe() argument
87 ftp->ftps_type = DTFTP_RETURN; in dt_pid_create_return_probe()
88 ftp->ftps_pc = symp->st_value; in dt_pid_create_return_probe()
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/arm/
H A Ddt_isadep.c62 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_create_entry_probe() argument
64 ftp->ftps_type = DTFTP_ENTRY; in dt_pid_create_entry_probe()
65 ftp->ftps_pc = (uintptr_t)symp->st_value; in dt_pid_create_entry_probe()
66 ftp->ftps_size = (size_t)symp->st_size; in dt_pid_create_entry_probe()
67 ftp->ftps_noffs = 1; in dt_pid_create_entry_probe()
68 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe()
70 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_entry_probe()
81 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) in dt_pid_create_return_probe() argument
108 ftp->ftps_type = DTFTP_RETURN; in dt_pid_create_return_probe()
109 ftp->ftps_pc = symp->st_value; in dt_pid_create_return_probe()
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/riscv/
H A Ddt_isadep.c48 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_create_entry_probe() argument
51 ftp->ftps_type = DTFTP_ENTRY; in dt_pid_create_entry_probe()
52 ftp->ftps_pc = (uintptr_t)symp->st_value; in dt_pid_create_entry_probe()
53 ftp->ftps_size = (size_t)symp->st_size; in dt_pid_create_entry_probe()
54 ftp->ftps_noffs = 1; in dt_pid_create_entry_probe()
55 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe()
57 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_entry_probe()
68 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) in dt_pid_create_return_probe() argument
79 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off) in dt_pid_create_offset_probe() argument
85 ftp->ftps_type = DTFTP_OFFSETS; in dt_pid_create_offset_probe()
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/aarch64/
H A Ddt_isadep.c50 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_create_entry_probe() argument
53 ftp->ftps_type = DTFTP_ENTRY; in dt_pid_create_entry_probe()
54 ftp->ftps_pc = (uintptr_t)symp->st_value; in dt_pid_create_entry_probe()
55 ftp->ftps_size = (size_t)symp->st_size; in dt_pid_create_entry_probe()
56 ftp->ftps_noffs = 1; in dt_pid_create_entry_probe()
57 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe()
59 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_entry_probe()
70 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) in dt_pid_create_return_probe() argument
81 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off) in dt_pid_create_offset_probe() argument
87 ftp->ftps_type = DTFTP_OFFSETS; in dt_pid_create_offset_probe()
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/i386/
H A Ddt_isadep.c68 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_create_entry_probe() argument
70 ftp->ftps_type = DTFTP_ENTRY; in dt_pid_create_entry_probe()
71 ftp->ftps_pc = (uintptr_t)symp->st_value; in dt_pid_create_entry_probe()
72 ftp->ftps_size = (size_t)symp->st_size; in dt_pid_create_entry_probe()
73 ftp->ftps_noffs = 1; in dt_pid_create_entry_probe()
74 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe()
76 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_entry_probe()
87 uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_has_jump_table() argument
104 for (i = 0; i < ftp->ftps_size; i += size) { in dt_pid_has_jump_table()
126 ftp->ftps_func, i); in dt_pid_has_jump_table()
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/sparc/
H A Ddt_isadep.c54 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_create_entry_probe() argument
56 ftp->ftps_type = DTFTP_ENTRY; in dt_pid_create_entry_probe()
57 ftp->ftps_pc = (uintptr_t)symp->st_value; in dt_pid_create_entry_probe()
58 ftp->ftps_size = (size_t)symp->st_size; in dt_pid_create_entry_probe()
59 ftp->ftps_noffs = 1; in dt_pid_create_entry_probe()
60 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe()
62 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_entry_probe()
73 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) in dt_pid_create_return_probe() argument
97 ftp->ftps_type = DTFTP_RETURN; in dt_pid_create_return_probe()
98 ftp->ftps_pc = symp->st_value; in dt_pid_create_return_probe()
[all …]
/netbsd-src/external/bsd/am-utils/dist/
H A DMIRRORS.txt10 ftp://ftp.am-utils.org/pub/am-utils
13 ftp://ftp.cs.umn.edu/pub/am-utils
17 # ftp://ftp.ferginc.com/pub/unix/am-utils
21 # ftp://info.mcs.kent.edu/pub/am-utils
24 ftp://ftp.cise.ufl.edu/pub/mirrors/am-utils
29 ftp://ftp.fu-berlin.de/unix/network/am-utils
30 Maintainer: ftp-adm AT ftp.fu-berlin.de
32 ftp://ftp.tu-darmstadt.de/pub/networking/filesystems/am-utils/
33 Maintainer: networking AT ftp.tu-darmstadt.de
35 ftp://ftp.sunet.se/pub/unix/admin/am-utils
[all …]
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_ftp_pxy.c229 ftpinfo_t *ftp; in ipf_p_ftp_new() local
232 KMALLOC(ftp, ftpinfo_t *); in ipf_p_ftp_new()
233 if (ftp == NULL) in ipf_p_ftp_new()
238 aps->aps_data = ftp; in ipf_p_ftp_new()
243 bzero((char *)ftp, sizeof(*ftp)); in ipf_p_ftp_new()
244 f = &ftp->ftp_side[0]; in ipf_p_ftp_new()
247 f = &ftp->ftp_side[1]; in ipf_p_ftp_new()
250 ftp->ftp_passok = FTPXY_INIT; in ipf_p_ftp_new()
251 ftp->ftp_incok = 0; in ipf_p_ftp_new()
257 ipf_p_ftp_setpending(ipf_main_softc_t *softc, ftpinfo_t *ftp) in ipf_p_ftp_setpending() argument
[all …]
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprintaps.c27 ftpinfo_t ftp; local
77 (ap.aps_psiz == sizeof(ftp))) {
78 if (kmemcpy((char *)&ftp, (long)ap.aps_data, sizeof(ftp)))
81 PRINTF("\t\tpassok: %d\n", ftp.ftp_passok);
82 ftp.ftp_side[0].ftps_buf[FTP_BUFSZ - 1] = '\0';
83 ftp.ftp_side[1].ftps_buf[FTP_BUFSZ - 1] = '\0';
86 ftp.ftp_side[0].ftps_seq[0],
87 ftp.ftp_side[0].ftps_seq[1],
88 ftp.ftp_side[0].ftps_len, ftp.ftp_side[0].ftps_junk,
89 ftp.ftp_side[0].ftps_cmds);
[all …]
/netbsd-src/external/gpl2/rcs/dist/
H A DREFS11 <ftp://rtfm.mit.edu//pub/usenet-by-hierarchy/comp/software-eng/>
16 <ftp://rtfm.mit.edu//pub/usenet-by-hierarchy/comp/software/config-mgmt/>
20 <ftp://ftp.odi.com/pub/users/dgg/FAQ.gz>
26 <ftp://ftp.cs.purdue.edu/pub/RCS/>
30 <ftp://prep.ai.mit.edu/pub/gnu/>
44 <ftp://ftp.leo.org/pub/comp/os/os2/gnu/devtools/> DOS, OS/2 ports
45 <ftp://ftp.cc.utexas.edu/microlib/nt/gnu/> NT port
58 <ftp://prep.ai.mit.edu/pub/gnu/cvs-1.3.tar.gz>
61 <ftp://ftp.delos.com/pub/cvs/alpha/cvs-1.4A2.tar.gz>
65 <ftp://ftp-os2.cdrom.com/pub/os2/unix/> DOS, OS/2 ports
[all …]
/netbsd-src/sbin/mount_portal/examples/
H A Drfilter.243 http://host/path/path and ftp://host/path/path,
49 ftp:// rfilter nostrip ftp -Vo - %s
50 http:// rfilter nostrip ftp -Vo - %s
66 Similarly, we can access ftp sites via ftp://
68 % cat portal/ftp://ftp.NetBSD.org/pub/NetBSD/.message
74 a file from ftp://...:
76 % tar tzf portal/ftp://ftp.NetBSD.org/pub/NetBSD-current/tar_files/doc.tar.gz
77 portal/ftp: Unknown host
78 …tar (child): can't open archive portal/ftp://ftp.NetBSD.org/pub/NetBSD-current/tar_files/doc.tar.g…
81 A is a hostname. In this case, A is "portal/ftp", which is
[all …]
H A Drfilter.2.conf9 ftp:// rfilter nostrip ftp -Vo - %s
10 http:// rfilter nostrip ftp -Vo - %s
13 ftp%// rfilter ftp%// ftp -Vo - ftp://%s
H A Dadvanced.1.conf14 ftp/ rfilter ftp/ ftp -Vo - %s
15 ftp:// rfilter nostrip ftp -Vo - %s
16 http:// rfilter nostrip ftp -Vo - %s
H A Dadvanced.152 % cat /p/ftp/ftp.NetBSD.org:pub/NetBSD/README
61 % cp /p/ftp/ftp.NetBSD.org:pub/NetBSD/NetBSD-current/tar_files/src/bin.tar.gz .
63 % cp /p/ftp://ftp.NetBSD.org/pub/NetBSD/NetBSD-current/tar_files/src/sbin.tar.gz .
67 # Or, we can be fancier. Tar tries to convert /p/ftp/a:b into a
68 # request for file b from host /p/ftp/a, so we need to
70 % cat /p/gzcat//p/ftp/ftp.NetBSD.org:pub/NetBSD/NetBSD-current/tar_files/src/sbin.tar.gz | tar xf -
/netbsd-src/share/doc/papers/pulldown/
H A Drefs.r6 %U ftp://ftp.isi.edu/in-notes/rfc1883.txt
13 %U ftp://ftp.isi.edu/in-notes/rfc1885.txt
20 %U ftp://ftp.isi.edu/in-notes/rfc2373.txt
26 %U ftp://ftp.isi.edu/in-notes/rfc793.txt
33 %U ftp://ftp.isi.edu/in-notes/rfc959.txt
40 %U ftp://ftp.isi.edu/in-notes/rfc2546.txt
47 %U ftp://ftp.isi.edu/in-notes/rfc2460.txt
55 %U ftp://ftp.isi.edu/in-notes/rfc2461.txt
62 %U ftp://ftp.isi.edu/in-notes/rfc2462.txt
69 %U ftp://ftp.isi.edu/in-notes/rfc2463.txt
[all …]
/netbsd-src/tests/lib/libpthread/
H A Dd_mach20 ftp.bitcon.no
21 ftp.chg.ru
22 ftp.duth.gr
23 ftp.estpak.ee
24 ftp.fsn.hu
25 ftp.funet.fi
26 ftp.grondar.za
27 ftp.leo.org
28 ftp.netbsd.lt
29 ftp.netbsd.org
[all …]
/netbsd-src/distrib/miniroot/
H A Dinstall.sub644 This is an automated ftp-based installation process. You will be asked
646 that will be fed to ftp(1).
702 echo "#!/bin/sh" > /tmp/ftp-script.sh
703 echo "cd /mnt" >> /tmp/ftp-script.sh
705 /tmp/ftp-script.sh
707 /tmp/ftp-script.sh
708 echo "bin" >> /tmp/ftp-script.sh
709 echo "cd $_ftp_server_dir" >> /tmp/ftp-script.sh
713 cat /tmp/ftp-script.sh > /tmp/ftp-dir.sh
714 echo "nlist" >> /tmp/ftp-dir.sh
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/
H A DREADME-maintainer-mode8 ftp://ftp.gnu.org/gnu/autoconf
9 ftp://ftp.gnu.org/gnu/automake
10 ftp://ftp.gnu.org/gnu/libtool
11 ftp://ftp.gnu.org/gnu/gettext
/netbsd-src/external/gpl2/diffutils/dist/
H A DINSTALLME45 * GNU Autoconf 2.53 <ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.53.tar.gz>
47 * GNU Automake 1.6 <ftp://ftp.gnu.org/gnu/automake/automake-1.6.tar.gz>
49 * GNU gettext 0.11.1 <ftp://ftp.gnu.org/gnu/gettext/gettext-0.11.1.tar.gz>
51 * GNU help2man 1.27 <ftp://ftp.gnu.org/gnu/help2man/help2man-1.27.tar.gz>
53 * GNU texinfo 4.2 <ftp://ftp.gnu.org/gnu/texinfo/texinfo-4.2.tar.gz>
/netbsd-src/distrib/common/
H A Dservices3 ftp-data 20/tcp
4 ftp-data 20/udp
5 ftp 21/tcp
6 ftp 21/udp
27 ftp-agent 574/tcp
28 ftp-agent 574/udp
/netbsd-src/share/examples/ftpd/
H A Dftpusers18 # anonymous ftp connections from *.NetBSD.org and 127.0.0.0/8 go into
21 ftp@*.NetBSD.org allow localguest
22 ftp@127.0.0.0/8 allow localguest
24 # permit anonymous ftp connections from elsewhere (both entries are required,
25 # for backwards compatibility, although `ftp' is the user checked in other
28 ftp allow
/netbsd-src/tests/ipf/regress/
H A Din115 map ppp0 192.168.0.0/16 -> 0/32 proxy port ftp ftp/6
16 map ppp0 192.168.0.0/16 -> 0/32 proxy port 1010 ftp/tcp
20 map ppp0 192.168.0.0/16 -> 0/32 proxy port ftp ftp/tcp frag
27 map fxp0 from 192.168.0.0/18 to 0/0 port = 21 -> 1.2.3.4/32 proxy port 21 ftp/tcp
H A Din1_613 map ppp0 inet6 192:168::/32 -> 0/128 proxy port ftp ftp/6
14 map ppp0 inet6 192:168::/32 -> 0/128 proxy port 1010 ftp/tcp
18 map ppp0 inet6 192:168::/32 -> 0/128 proxy port ftp ftp/tcp frag
25 map fxp0 inet6 from 192:168::/18 to 0/0 port = 21 -> 1:2:3::4/128 proxy port 21 ftp/tcp
/netbsd-src/usr.sbin/sysinst/
H A Dmain.c78 struct ftpinfo ftp, pkg, pkgsrc; variable
135 …{"ftp host", SYSINST_FTP_HOST, ftp.xfer_host[XFER_HOST(XFER_FTP)], sizeof ftp.xfer_host[XFER_HOST(…
136 …{"http host", SYSINST_HTTP_HOST, ftp.xfer_host[XFER_HOST(XFER_HTTP)], sizeof ftp.xfer_host[XFER_HO…
137 {"ftp dir", SYSINST_FTP_DIR, ftp.dir, sizeof ftp.dir},
140 {"ftp user", "ftp", ftp.user, sizeof ftp.user},
141 {"ftp pass", "", ftp.pass, sizeof ftp.pass},
142 {"ftp proxy", "", ftp.proxy, sizeof ftp.proxy},
194 ftp.xfer = pkg.xfer = pkgsrc.xfer = XFER_HTTPS; in init()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_pid.c95 fasttrap_probe_spec_t *ftp, dt_errtag_t tag, const char *fmt, ...) in dt_pid_error() argument
100 if (ftp != NULL) in dt_pid_error()
101 dt_free(dtp, ftp); in dt_pid_error()
126 fasttrap_probe_spec_t *ftp; in dt_pid_per_sym() local
145 (symp->st_size - 1) * sizeof (ftp->ftps_offs[0])); in dt_pid_per_sym()
147 if ((ftp = dt_alloc(dtp, sz)) == NULL) { in dt_pid_per_sym()
152 ftp->ftps_pid = pid; in dt_pid_per_sym()
153 (void) strncpy(ftp->ftps_func, func, sizeof (ftp->ftps_func)); in dt_pid_per_sym()
155 dt_pid_objname(ftp->ftps_mod, sizeof (ftp->ftps_mod), pp->dpp_lmid, in dt_pid_per_sym()
159 if (dt_pid_create_return_probe(pp->dpp_pr, dtp, ftp, symp, in dt_pid_per_sym()
[all …]

12345678910>>...22