Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect47 ftp://ftp.at.freebsd.org "Austria - IPv6"\
52 ftp://ftp.dk.freebsd.org "Denmark - IPv6"\
53 ftp://ftp.fi.freebsd.org "Finland"\
54 ftp://ftp.fr.freebsd.org "France - IPv6"\
62 ftp://ftp.gr.freebsd.org "Greece - IPv6"\
64 ftp://ftp.jp.freebsd.org "Japan - IPv6"\
69 ftp://ftp.kr.freebsd.org "Korea"\
71 ftp://ftp.lv.freebsd.org "Latvia"\
74 ftp://ftp.nz.freebsd.org "New Zealand"\
75 ftp://ftp.no.freebsd.org "Norway - IPv6"\
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/powerpc/
H A Ddt_isadep.c48 ftp->ftps_noffs = 1; in dt_pid_create_entry_probe()
49 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe()
90 ftp->ftps_noffs = 0; in dt_pid_create_return_probe()
119 ftp->ftps_offs[ftp->ftps_noffs++] = i * 4; in dt_pid_create_return_probe()
132 return (ftp->ftps_noffs); in dt_pid_create_return_probe()
146 ftp->ftps_noffs = 1; in dt_pid_create_offset_probe()
147 ftp->ftps_offs[0] = off; in dt_pid_create_offset_probe()
168 ftp->ftps_noffs = 0; in dt_pid_create_glob_offset_probes()
178 ftp->ftps_offs[ftp->ftps_noffs++] = i; in dt_pid_create_glob_offset_probes()
186 ftp->ftps_offs[ftp->ftps_noffs++] = i; in dt_pid_create_glob_offset_probes()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/arm/
H A Ddt_isadep.c66 ftp->ftps_noffs = 1; in dt_pid_create_entry_probe()
67 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe()
110 ftp->ftps_noffs = 0; in dt_pid_create_return_probe()
114 if (ftp->ftps_noffs > 0) { in dt_pid_create_return_probe()
123 return (ftp->ftps_noffs); in dt_pid_create_return_probe()
137 ftp->ftps_noffs = 1; in dt_pid_create_offset_probe()
138 ftp->ftps_offs[0] = off; in dt_pid_create_offset_probe()
159 ftp->ftps_noffs = 0; in dt_pid_create_glob_offset_probes()
169 ftp->ftps_offs[ftp->ftps_noffs++] = i; in dt_pid_create_glob_offset_probes()
177 ftp->ftps_offs[ftp->ftps_noffs++] = i; in dt_pid_create_glob_offset_probes()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/aarch64/
H A Ddt_isadep.c51 ftp->ftps_type = DTFTP_ENTRY; 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()
85 ftp->ftps_type = DTFTP_OFFSETS; in dt_pid_create_offset_probe()
88 ftp->ftps_noffs = 1; in dt_pid_create_offset_probe()
89 ftp->ftps_offs[0] = off; in dt_pid_create_offset_probe()
107 ftp->ftps_type = DTFTP_OFFSETS; in dt_pid_create_glob_offset_probes()
110 ftp->ftps_noffs = 0; in dt_pid_create_glob_offset_probes()
120 ftp->ftps_offs[ftp->ftps_noffs++] = i; in dt_pid_create_glob_offset_probes()
128 ftp->ftps_offs[ftp->ftps_noffs++] = i; in dt_pid_create_glob_offset_probes()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/riscv/
H A Ddt_isadep.c51 ftp->ftps_type = DTFTP_ENTRY; 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()
85 ftp->ftps_type = DTFTP_OFFSETS; in dt_pid_create_offset_probe()
88 ftp->ftps_noffs = 1; in dt_pid_create_offset_probe()
89 ftp->ftps_offs[0] = off; in dt_pid_create_offset_probe()
107 ftp->ftps_type = DTFTP_OFFSETS; in dt_pid_create_glob_offset_probes()
110 ftp->ftps_noffs = 0; in dt_pid_create_glob_offset_probes()
120 ftp->ftps_offs[ftp->ftps_noffs++] = i; in dt_pid_create_glob_offset_probes()
128 ftp->ftps_offs[ftp->ftps_noffs++] = i; in dt_pid_create_glob_offset_probes()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c72 ftp->ftps_noffs = 1; in dt_pid_create_entry_probe()
73 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe()
168 ftp->ftps_noffs = 0; in dt_pid_create_return_probe()
194 ftp->ftps_offs[ftp->ftps_noffs++] = i + 1; in dt_pid_create_return_probe()
199 ftp->ftps_offs[ftp->ftps_noffs++] = i + 1; in dt_pid_create_return_probe()
205 ftp->ftps_offs[ftp->ftps_noffs++] = i + 3; in dt_pid_create_return_probe()
212 ftp->ftps_offs[ftp->ftps_noffs++] = i + 3; in dt_pid_create_return_probe()
267 ftp->ftps_offs[ftp->ftps_noffs++] = i; in dt_pid_create_return_probe()
291 ftp->ftps_noffs = 1; in dt_pid_create_offset_probe()
413 ftp->ftps_offs[ftp->ftps_noffs++] = i; in dt_pid_create_glob_offset_probes()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/sparc/
H A Ddt_isadep.c59 ftp->ftps_noffs = 1; in dt_pid_create_entry_probe()
60 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe()
100 ftp->ftps_noffs = 0; in dt_pid_create_return_probe()
260 ftp->ftps_offs[ftp->ftps_noffs++] = i * 4; in dt_pid_create_return_probe()
273 return (ftp->ftps_noffs); in dt_pid_create_return_probe()
287 ftp->ftps_noffs = 1; in dt_pid_create_offset_probe()
288 ftp->ftps_offs[0] = off; in dt_pid_create_offset_probe()
309 ftp->ftps_noffs = 0; in dt_pid_create_glob_offset_probes()
319 ftp->ftps_offs[ftp->ftps_noffs++] = i; in dt_pid_create_glob_offset_probes()
327 ftp->ftps_offs[ftp->ftps_noffs++] = i; in dt_pid_create_glob_offset_probes()
[all …]
/freebsd/crypto/heimdal/appl/ftp/
H A DChangeLog3 * ftp/ftp.c: use the correct length to munmap and use msync.
7 * ftp/ftp.c: Rewrite sliding window code so it doesn't have a
72 * ftp/ftp.c: Indent.
95 * ftp/ftp.1: document -x
123 * ftp/ftp.c: Fix shadow warnings.
246 * ftp/ftp.1: fix mdoc bug
248 * ftp/ftp.1: document --no-gss-bindings
296 * ftp/ftp.1: replace > with \*[Gt]
338 * ftp/ftp.1: s/utilizes/uses/ from NetBSD
854 * ftp/ftp.c (sendrequest): lmode != rmode
[all …]
/freebsd/sbin/ipf/libipf/
H A Dprintaps.c21 ftpinfo_t ftp; in printaps() local
71 (ap.aps_psiz == sizeof(ftp))) { in printaps()
72 if (kmemcpy((char *)&ftp, (long)ap.aps_data, sizeof(ftp))) in printaps()
80 ftp.ftp_side[0].ftps_seq[0], in printaps()
81 ftp.ftp_side[0].ftps_seq[1], in printaps()
82 ftp.ftp_side[0].ftps_len, ftp.ftp_side[0].ftps_junk, in printaps()
83 ftp.ftp_side[0].ftps_cmds); in printaps()
88 ftp.ftp_side[1].ftps_seq[0], in printaps()
89 ftp.ftp_side[1].ftps_seq[1], in printaps()
90 ftp.ftp_side[1].ftps_len, ftp.ftp_side[1].ftps_junk, in printaps()
[all …]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_ftp_pxy.c224 ftpinfo_t *ftp; in ipf_p_ftp_new() local
228 if (ftp == NULL) in ipf_p_ftp_new()
238 bzero((char *)ftp, sizeof(*ftp)); in ipf_p_ftp_new()
268 ftpinfo_t *ftp; in ipf_p_ftp_del() local
271 if (ftp != NULL) in ipf_p_ftp_del()
445 if ((ftp->ftp_pendnat != NULL) || (ftp->ftp_pendstate != NULL)) { in ipf_p_ftp_addport()
451 ftp->ftp_pendnat, ftp->ftp_pendstate); in ipf_p_ftp_addport()
657 cmd, ftp->ftp_passok, ftp->ftp_incok, inc); in ipf_p_ftp_client()
827 if ((ftp->ftp_pendnat != NULL) || (ftp->ftp_pendstate != NULL)) in ipf_p_ftp_pasvreply()
1552 ftpinfo_t *ftp; in ipf_p_ftp_out() local
[all …]
/freebsd/usr.bin/jot/tests/
H A Dregress.wp5.out1 ftp://www.example.com/pub/uploaded%20files/disk001.iso
2 ftp://www.example.com/pub/uploaded%20files/disk002.iso
3 ftp://www.example.com/pub/uploaded%20files/disk003.iso
4 ftp://www.example.com/pub/uploaded%20files/disk004.iso
5 ftp://www.example.com/pub/uploaded%20files/disk005.iso
6 ftp://www.example.com/pub/uploaded%20files/disk006.iso
7 ftp://www.example.com/pub/uploaded%20files/disk007.iso
8 ftp://www.example.com/pub/uploaded%20files/disk008.iso
9 ftp://www.example.com/pub/uploaded%20files/disk009.iso
10 ftp://www.example.com/pub/uploaded%20files/disk010.iso
/freebsd/usr.bin/ftp/
H A DMakefile9 PACKAGE= ftp
14 PROG= ftp
15 SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \
27 LINKS= ${BINDIR}/ftp ${BINDIR}/pftp \
28 ${BINDIR}/ftp ${BINDIR}/gate-ftp
29 MLINKS= ftp.1 pftp.1 \
30 ftp.1 gate-ftp.1
/freebsd/sbin/pfctl/tests/files/
H A Dpf0004.ok21 block drop in inet proto tcp from 10.0.0.0/8 port = ftp to 192.168.0.0/16 port = ircd
22 block drop in inet proto tcp from 10.0.0.0/8 port = ftp to 192.168.0.0/16 port = 6668
24 block drop in inet proto tcp from 10.0.0.0/8 port = ftp to 12.34.56.78 port = ircd
25 block drop in inet proto tcp from 10.0.0.0/8 port = ftp to 12.34.56.78 port = 6668
26 block drop in inet proto tcp from 10.0.0.0/8 port = ftp to 12.34.56.78 port 6669:65535
36 block drop in inet proto tcp from 172.16.0.0/12 port = ftp to 12.34.56.78 port = ircd
37 block drop in inet proto tcp from 172.16.0.0/12 port = ftp to 12.34.56.78 port = 6668
45 block drop in inet proto udp from 10.0.0.0/8 port = ftp to 192.168.0.0/16 port = 6667
46 block drop in inet proto udp from 10.0.0.0/8 port = ftp to 192.168.0.0/16 port = 6668
48 block drop in inet proto udp from 10.0.0.0/8 port = ftp to 12.34.56.78 port = 6667
[all …]
H A Dpf0024.ok2 b = "ftp"
3 c = "ssh ftp"
4 d = "ssh ftp ssh ftp"
5 e = "ssh ftp ftp test ssh ftp"
7 pass in proto tcp from any to any port = ftp flags S/SA keep state
/freebsd/contrib/netbsd-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
30 ftp.nluug.nl
[all …]
/freebsd/lib/libc/tests/resolv/
H A Dmach10 ftp.chg.ru
11 ftp.estpak.ee
12 ftp.fsn.hu
13 ftp.funet.fi
14 ftp.netbsd.org
15 ftp.nluug.nl
16 ftp.plig.org
17 ftp.uni-erlangen.de
18 ftp.xgate.co.kr
33 netbsd.ftp.fu-berlin.de
/freebsd/usr.sbin/config/
H A Dmkmakefile.cc734 struct file_list *ftp; in do_rules() local
739 if (ftp->f_warn) in do_rules()
741 cp = (np = ftp->f_fn) + strlen(ftp->f_fn) - 1; in do_rules()
744 if (ftp->f_depends) in do_rules()
746 ftp->f_objprefix, np, ftp->f_depends); in do_rules()
755 ftp->f_srcprefix, np); in do_rules()
758 if (ftp->f_depends) { in do_rules()
761 ftp->f_srcprefix, np, och, in do_rules()
762 ftp->f_depends); in do_rules()
774 switch (ftp->f_type) { in do_rules()
[all …]
/freebsd/contrib/diff/
H A DREADME30 upgrade to the latest one; see <ftp://ftp.gnu.org/gnu/libiconv/>. If
41 * Autoconf 2.59 <ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz>
42 * Automake 1.8.3 <ftp://ftp.gnu.org/gnu/automake/automake-1.8.3.tar.gz>
43 * gettext 0.14.1 <ftp://ftp.gnu.org/gnu/gettext/gettext-0.14.1.tar.gz>
44 * help2man 1.33 <ftp://ftp.gnu.org/gnu/help2man/help2man-1.33.1.tar.gz>
45 * Texinfo 4.7 <ftp://ftp.gnu.org/gnu/texinfo/texinfo-4.7.tar.gz>
/freebsd/contrib/tnftp/
H A DREADME10 The enhancements over the standard ftp client in 4.4BSD (and
12 * command-line editing within ftp
21 * extensions to ftp from the IETF ftpext working group
29 * `set option' override of ftp environment variables
30 * TIS Firewall Toolkit gate ftp proxy support (see `gate')
62 The primary ftp site for tnftp is:
63 ftp://ftp.NetBSD.org/pub/NetBSD/misc/tnftp/
/freebsd/contrib/netbsd-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
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c571 fmd_timer_t *ftp = sv.sival_ptr; in _timer_notify() local
572 fmd_hdl_t *hdl = ftp->ft_hdl; in _timer_notify()
581 timer_settime(ftp->ft_tid, 0, &its, NULL); in _timer_notify()
585 ops->fmdo_timeout(hdl, ftp, ftp->ft_arg); in _timer_notify()
599 fmd_timer_t *ftp; in fmd_timer_install() local
602 ftp->ft_arg = arg; in fmd_timer_install()
603 ftp->ft_hdl = hdl; in fmd_timer_install()
613 sev.sigev_value.sival_ptr = ftp; in fmd_timer_install()
617 timer_settime(ftp->ft_tid, 0, &its, NULL); in fmd_timer_install()
622 return (ftp); in fmd_timer_install()
[all …]
/freebsd/usr.sbin/ftp-proxy/
H A DMakefile2 .PATH: ${SRCTOP}/contrib/pf/ftp-proxy
5 PROG= ftp-proxy
6 MAN= ftp-proxy.8
8 SRCS= ftp-proxy.c filter.c
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c99 if (ftp != NULL) in dt_pid_error()
100 dt_free(dtp, ftp); in dt_pid_error()
125 fasttrap_probe_spec_t *ftp; in dt_pid_per_sym() local
146 if ((ftp = dt_alloc(dtp, sz)) == NULL) { in dt_pid_per_sym()
151 ftp->ftps_pid = pid; in dt_pid_per_sym()
152 (void) strncpy(ftp->ftps_func, func, sizeof (ftp->ftps_func)); in dt_pid_per_sym()
154 dt_pid_objname(ftp->ftps_mod, sizeof (ftp->ftps_mod), pp->dpp_lmid, in dt_pid_per_sym()
160 return (dt_pid_error(dtp, pcb, dpr, ftp, in dt_pid_per_sym()
171 return (dt_pid_error(dtp, pcb, dpr, ftp, in dt_pid_per_sym()
198 return (dt_pid_error(dtp, pcb, dpr, ftp, in dt_pid_per_sym()
[all …]
/freebsd/crypto/heimdal/doc/
H A Dkerberos4.texi86 ftp.bar.se rcmd, ftp
91 @samp{rcmd.foo}, @samp{rcmd.mail}, @samp{pop.mail}, @samp{rcmd.ftp}, and
92 @samp{ftp.ftp}.
105 rcmd.ftp host/ftp.bar.se
106 ftp.ftp ftp/ftp.bar.se
118 ftp = ftp
125 ftp = ftp.bar.se

12345678910>>...12