| /src/usr.sbin/bsdinstall/scripts/ |
| H A D | mirrorselect | 43 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://ftp2.br.freebsd.org "Brazil #2"\ 48 ftp://ftp3.br.freebsd.org "Brazil #3"\ 49 ftp://ftp.bg.freebsd.org "Bulgaria - IPv6"\ 50 ftp://ftp.cz.freebsd.org "Czech Republic - IPv6"\ 51 ftp://ftp.dk.freebsd.org "Denmark - IPv6"\ 52 ftp://ftp.fi.freebsd.org "Finland"\ [all …]
|
| /src/cddl/contrib/opensolaris/lib/libdtrace/powerpc/ |
| H A D | dt_isadep.c | 43 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 …]
|
| /src/cddl/contrib/opensolaris/lib/libdtrace/arm/ |
| H A D | dt_isadep.c | 61 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 …]
|
| /src/cddl/contrib/opensolaris/lib/libdtrace/aarch64/ |
| H A D | dt_isadep.c | 48 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 …]
|
| /src/cddl/contrib/opensolaris/lib/libdtrace/riscv/ |
| H A D | dt_isadep.c | 48 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 …]
|
| /src/cddl/contrib/opensolaris/lib/libdtrace/i386/ |
| H A D | dt_isadep.c | 67 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 …]
|
| /src/crypto/heimdal/appl/ftp/ |
| H A D | ChangeLog | 3 * 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 …]
|
| /src/sbin/ipf/libipf/ |
| H A D | printaps.c | 21 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 …]
|
| /src/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_ftp_pxy.c | 224 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() 231 aps->aps_data = ftp; in ipf_p_ftp_new() 236 bzero((char *)ftp, sizeof(*ftp)); in ipf_p_ftp_new() 237 f = &ftp->ftp_side[0]; in ipf_p_ftp_new() 240 f = &ftp->ftp_side[1]; in ipf_p_ftp_new() 243 ftp->ftp_passok = FTPXY_INIT; in ipf_p_ftp_new() 244 ftp->ftp_incok = 0; in ipf_p_ftp_new() 250 ipf_p_ftp_setpending(ipf_main_softc_t *softc, ftpinfo_t *ftp) in ipf_p_ftp_setpending() argument [all …]
|
| /src/usr.bin/jot/tests/ |
| H A D | regress.wp5.out | 1 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
|
| /src/usr.bin/ftp/ |
| H A D | Makefile | 9 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
|
| /src/sbin/pfctl/tests/files/ |
| H A D | pf0004.ok | 18 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 D | pf0024.ok | 2 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
|
| H A D | pf0019.ok | 6 match in on lo0 inet proto tcp from 127.0.0.0/24 to 1.2.3.0/25 port = ftp rdr-to 127.0.0.1 port 8021 7 match in on lo0 inet proto tcp from 127.0.0.0/24 to 2.4.6.8/30 port = ftp rdr-to 127.0.0.1 port 8021 8 match in on lo0 inet proto tcp from 10.0.1.0/24 to 1.2.3.0/25 port = ftp rdr-to 127.0.0.1 port 8021 9 match in on lo0 inet proto tcp from 10.0.1.0/24 to 2.4.6.8/30 port = ftp rdr-to 127.0.0.1 port 8021 10 match in on lo1000000 inet proto tcp from 127.0.0.0/24 to 1.2.3.0/25 port = ftp rdr-to 127.0.0.1 po… 11 match in on lo1000000 inet proto tcp from 127.0.0.0/24 to 2.4.6.8/30 port = ftp rdr-to 127.0.0.1 po… 12 match in on lo1000000 inet proto tcp from 10.0.1.0/24 to 1.2.3.0/25 port = ftp rdr-to 127.0.0.1 por… 13 match in on lo1000000 inet proto tcp from 10.0.1.0/24 to 2.4.6.8/30 port = ftp rdr-to 127.0.0.1 por…
|
| H A D | pf0020.ok | 9 match in on lo0 inet proto tcp from 127.0.0.0/24 to 1.2.3.0/25 port = ftp rdr-to 127.0.0.1 port 8021 10 match in on lo0 inet proto tcp from 127.0.0.0/24 to 2.4.6.8/30 port = ftp rdr-to 127.0.0.1 port 8021 11 match in on lo0 inet proto tcp from 10.0.1.0/24 to 1.2.3.0/25 port = ftp rdr-to 127.0.0.1 port 8021 12 match in on lo0 inet proto tcp from 10.0.1.0/24 to 2.4.6.8/30 port = ftp rdr-to 127.0.0.1 port 8021 13 match in on lo1000000 inet proto tcp from 127.0.0.0/24 to 1.2.3.0/25 port = ftp rdr-to 127.0.0.1 po… 14 match in on lo1000000 inet proto tcp from 127.0.0.0/24 to 2.4.6.8/30 port = ftp rdr-to 127.0.0.1 po… 15 match in on lo1000000 inet proto tcp from 10.0.1.0/24 to 1.2.3.0/25 port = ftp rdr-to 127.0.0.1 por… 16 match in on lo1000000 inet proto tcp from 10.0.1.0/24 to 2.4.6.8/30 port = ftp rdr-to 127.0.0.1 por…
|
| /src/contrib/netbsd-tests/lib/libpthread/ |
| H A D | d_mach | 20 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 …]
|
| /src/lib/libc/tests/resolv/ |
| H A D | mach | 10 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
|
| /src/usr.sbin/config/ |
| H A D | mkmakefile.cc | 746 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 …]
|
| /src/contrib/tnftp/ |
| H A D | README | 10 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/
|
| /src/contrib/netbsd-tests/ipf/regress/ |
| H A D | in1 | 15 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 D | in1_6 | 13 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
|
| /src/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_api.c | 572 fmd_timer_t *ftp = sv.sival_ptr; in _timer_notify() local 573 fmd_hdl_t *hdl = ftp->ft_hdl; in _timer_notify() 578 fmd_hdl_debug(hdl, "%s timer fired (%p)", mp->mod_name, ftp->ft_tid); in _timer_notify() 582 timer_settime(ftp->ft_tid, 0, &its, NULL); in _timer_notify() 586 ops->fmdo_timeout(hdl, ftp, ftp->ft_arg); in _timer_notify() 600 fmd_timer_t *ftp; in fmd_timer_install() local 602 ftp = fmd_hdl_alloc(hdl, sizeof (fmd_timer_t), FMD_SLEEP); in fmd_timer_install() 603 ftp->ft_arg = arg; in fmd_timer_install() 604 ftp->ft_hdl = hdl; in fmd_timer_install() 614 sev.sigev_value.sival_ptr = ftp; in fmd_timer_install() [all …]
|
| /src/usr.sbin/ftp-proxy/ |
| H A D | Makefile | 1 .PATH: ${SRCTOP}/contrib/pf/ftp-proxy 4 PROG= ftp-proxy 5 MAN= ftp-proxy.8 7 SRCS= ftp-proxy.c filter.c
|
| /src/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_pid.c | 94 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 …]
|
| /src/crypto/heimdal/doc/ |
| H A D | kerberos4.texi | 86 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
|