Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect43 http://ftp.freebsd.org "Main Site (GeoDNS, HTTP)"\
44 ftp://ftp.freebsd.org "Main Site (GeoDNS, FTP)"\
45 http://ftp.au.freebsd.org "Australia - IPv6"\
46 ftp://ftp3.au.freebsd.org "Australia #3"\
47 ftp://ftp.at.freebsd.org "Austria - IPv6"\
48 ftp://ftp2.br.freebsd.org "Brazil #2"\
49 ftp://ftp3.br.freebsd.org "Brazil #3"\
50 ftp://ftp.bg.freebsd.org "Bulgaria - IPv6"\
51 ftp://ftp.cz.freebsd.org "Czech Republic - IPv6"\
52 ftp://ftp.dk.freebsd.org "Denmark - IPv6"\
[all …]
/freebsd/cddl/contrib/opensolaris/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 …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/arm/
H A Ddt_isadep.c61 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_create_entry_probe() argument
63 ftp->ftps_type = DTFTP_ENTRY; in dt_pid_create_entry_probe()
64 ftp->ftps_pc = (uintptr_t)symp->st_value; in dt_pid_create_entry_probe()
65 ftp->ftps_size = (size_t)symp->st_size; in dt_pid_create_entry_probe()
66 ftp->ftps_noffs = 1; in dt_pid_create_entry_probe()
67 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe()
69 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_entry_probe()
80 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) in dt_pid_create_return_probe() argument
107 ftp->ftps_type = DTFTP_RETURN; in dt_pid_create_return_probe()
108 ftp->ftps_pc = symp->st_value; in dt_pid_create_return_probe()
[all …]
/freebsd/cddl/contrib/opensolaris/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 …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/aarch64/
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 …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c67 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_create_entry_probe() argument
69 ftp->ftps_type = DTFTP_ENTRY; in dt_pid_create_entry_probe()
70 ftp->ftps_pc = (uintptr_t)symp->st_value; in dt_pid_create_entry_probe()
71 ftp->ftps_size = (size_t)symp->st_size; in dt_pid_create_entry_probe()
72 ftp->ftps_noffs = 1; in dt_pid_create_entry_probe()
73 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe()
75 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_entry_probe()
86 uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_has_jump_table() argument
103 for (i = 0; i < ftp->ftps_size; i += size) { in dt_pid_has_jump_table()
125 ftp->ftps_func, i); in dt_pid_has_jump_table()
[all …]
/freebsd/cddl/contrib/opensolaris/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 …]
/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
10 * ftp/ftp.c: Try sliding mmap window over memory file (10MB
19 * ftp/gssapi.c: Fix pointer vs strict alias rules.
23 * ftp/security.c: if no mech have no session, its ok, just don't
26 * ftp/security.h: provide prototype for sec_userok().
41 * ftp/Makefile.am: Add man_MANS to EXTRA_DIST
62 * ftp/ftp.1: Add undocument flags and spelling, from Ted Percival
72 * ftp/ftp.c: Indent.
90 * ftp/gssapi.c: Check return value from asprintf instead of string
[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()
75 PRINTF("\t\tpassok: %d\n", ftp.ftp_passok); in printaps()
76 ftp.ftp_side[0].ftps_buf[FTP_BUFSZ - 1] = '\0'; in printaps()
77 ftp.ftp_side[1].ftps_buf[FTP_BUFSZ - 1] = '\0'; 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()
[all …]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_ftp_pxy.c224 ftpinfo_t *ftp; in ipf_p_ftp_new() local
227 KMALLOC(ftp, ftpinfo_t *); in ipf_p_ftp_new()
228 if (ftp == NULL) in ipf_p_ftp_new()
233 aps->aps_data = ftp; in ipf_p_ftp_new()
238 bzero((char *)ftp, sizeof(*ftp)); in ipf_p_ftp_new()
239 f = &ftp->ftp_side[0]; in ipf_p_ftp_new()
242 f = &ftp->ftp_side[1]; in ipf_p_ftp_new()
245 ftp->ftp_passok = FTPXY_INIT; in ipf_p_ftp_new()
246 ftp in ipf_p_ftp_new()
252 ipf_p_ftp_setpending(ipf_main_softc_t * softc,ftpinfo_t * ftp) ipf_p_ftp_setpending() argument
268 ftpinfo_t *ftp; ipf_p_ftp_del() local
278 ipf_p_ftp_port(ipf_ftp_softc_t * softf,fr_info_t * fin,ip_t * ip,nat_t * nat,ftpinfo_t * ftp,int dlen) ipf_p_ftp_port() argument
430 ipf_p_ftp_addport(ipf_ftp_softc_t * softf,fr_info_t * fin,ip_t * ip,nat_t * nat,ftpinfo_t * ftp,int dlen,int nport,int inc) ipf_p_ftp_addport() argument
590 ipf_p_ftp_client(ipf_ftp_softc_t * softf,fr_info_t * fin,ip_t * ip,nat_t * nat,ftpinfo_t * ftp,int dlen) ipf_p_ftp_client() argument
669 ipf_p_ftp_pasv(ipf_ftp_softc_t * softf,fr_info_t * fin,ip_t * ip,nat_t * nat,ftpinfo_t * ftp,int dlen) ipf_p_ftp_pasv() argument
808 ipf_p_ftp_pasvreply(ipf_ftp_softc_t * softf,fr_info_t * fin,ip_t * ip,nat_t * nat,ftpinfo_t * ftp,u_int port,char * newmsg,char * s) ipf_p_ftp_pasvreply() argument
946 ipf_p_ftp_server(ipf_ftp_softc_t * softf,fr_info_t * fin,ip_t * ip,nat_t * nat,ftpinfo_t * ftp,int dlen) ipf_p_ftp_server() argument
1193 ipf_p_ftp_valid(ipf_ftp_softc_t * softf,ftpinfo_t * ftp,int side,char * buf,size_t len) ipf_p_ftp_valid() argument
1217 ipf_p_ftp_process(ipf_ftp_softc_t * softf,fr_info_t * fin,nat_t * nat,ftpinfo_t * ftp,int rv) ipf_p_ftp_process() argument
1552 ftpinfo_t *ftp; ipf_p_ftp_out() local
1571 ftpinfo_t *ftp; ipf_p_ftp_in() local
1619 ipf_p_ftp_eprt(ipf_ftp_softc_t * softf,fr_info_t * fin,ip_t * ip,nat_t * nat,ftpinfo_t * ftp,int dlen) ipf_p_ftp_eprt() argument
1656 ipf_p_ftp_eprt4(ipf_ftp_softc_t * softf,fr_info_t * fin,ip_t * ip,nat_t * nat,ftpinfo_t * ftp,int dlen) ipf_p_ftp_eprt4() argument
1801 ipf_p_ftp_epsv(ipf_ftp_softc_t * softf,fr_info_t * fin,ip_t * ip,nat_t * nat,ftpinfo_t * ftp,int dlen) ipf_p_ftp_epsv() argument
1869 ipf_p_ftp_eprt6(ipf_ftp_softc_t * softf,fr_info_t * fin,ip_t * ip,nat_t * nat,ftpinfo_t * ftp,int dlen) ipf_p_ftp_eprt6() argument
[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.ok18 block drop in inet proto tcp from 10.0.0.0/8 port = ftp to 192.168.0.0/16 port = ircd
19 block drop in inet proto tcp from 10.0.0.0/8 port = ftp to 192.168.0.0/16 port = 6668
20 block drop in inet proto tcp from 10.0.0.0/8 port = ftp to 192.168.0.0/16 port 6669:65535
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
30 block drop in inet proto tcp from 172.16.0.0/12 port = ftp to 192.168.0.0/16 port = ircd
31 block drop in inet proto tcp from 172.16.0.0/12 port = ftp to 192.168.0.0/16 port = 6668
32 block drop in inet proto tcp from 172.16.0.0/12 port = ftp to 192.168.0.0/16 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
[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
29 ftp.netbsd.org
[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.cc746 struct file_list *ftp; in do_rules() local
750 STAILQ_FOREACH(ftp, &ftab, f_next) { in do_rules()
751 if (ftp->f_warn) in do_rules()
752 fprintf(stderr, "WARNING: %s\n", ftp->f_warn); in do_rules()
753 cp = (np = ftp->f_fn) + strlen(ftp->f_fn) - 1; in do_rules()
755 if (ftp->f_flags & NO_IMPLCT_RULE) { in do_rules()
756 if (ftp->f_depends) in do_rules()
758 ftp->f_objprefix, np, ftp->f_depends); in do_rules()
760 fprintf(f, "%s%s: \n", ftp->f_objprefix, np); in do_rules()
766 ftp->f_objprefix, tail(np), 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()
577 fmd_hdl_debug(hdl, "%s timer fired (%p)", mp->mod_name, ftp->ft_tid); 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
601 ftp = fmd_hdl_alloc(hdl, sizeof (fmd_timer_t), FMD_SLEEP); in fmd_timer_install()
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()
[all …]
/freebsd/usr.sbin/ftp-proxy/
H A DMakefile1 .PATH: ${SRCTOP}/contrib/pf/ftp-proxy
4 PROG= ftp-proxy
5 MAN= ftp-proxy.8
7 SRCS= ftp-proxy.c filter.c
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c94 fasttrap_probe_spec_t *ftp, dt_errtag_t tag, const char *fmt, ...) in dt_pid_error() argument
99 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
144 (symp->st_size - 1) * sizeof (ftp->ftps_offs[0])); in dt_pid_per_sym()
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()
158 if (dt_pid_create_return_probe(pp->dpp_pr, dtp, ftp, symp, 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