Searched refs:ftp (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-current/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
[all...]
/freebsd-current/usr.sbin/syslogd/
H A Dftp.conf0 ftp.info /var/log/xferlog
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/aarch64/
H A Ddt_isadep.c48 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp)
51 ftp->ftps_type = DTFTP_ENTRY;
52 ftp->ftps_pc = (uintptr_t)symp->st_value;
53 ftp->ftps_size = (size_t)symp->st_size;
54 ftp->ftps_noffs = 1;
55 ftp->ftps_offs[0] = 0;
57 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) {
68 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret)
79 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off)
85 ftp
47 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) argument
67 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) argument
78 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off) argument
102 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, const char *pattern) argument
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/riscv/
H A Ddt_isadep.c48 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp)
51 ftp->ftps_type = DTFTP_ENTRY;
52 ftp->ftps_pc = (uintptr_t)symp->st_value;
53 ftp->ftps_size = (size_t)symp->st_size;
54 ftp->ftps_noffs = 1;
55 ftp->ftps_offs[0] = 0;
57 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) {
68 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret)
79 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off)
85 ftp
47 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) argument
67 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) argument
78 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off) argument
102 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, const char *pattern) argument
[all...]
/freebsd-current/usr.bin/ftp/
H A DMakefile5 # Uncomment the following to provide defaults for gate-ftp operation
7 #CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21
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
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/powerpc/
H A Ddt_isadep.c43 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp)
45 ftp->ftps_type = DTFTP_ENTRY;
46 ftp->ftps_pc = (uintptr_t)symp->st_value;
47 ftp->ftps_size = (size_t)symp->st_size;
48 ftp->ftps_noffs = 1;
49 ftp->ftps_offs[0] = 0;
51 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) {
62 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret)
87 ftp->ftps_type = DTFTP_RETURN;
88 ftp
42 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) argument
61 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) argument
137 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off) argument
160 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, const char *pattern) argument
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/arm/
H A Ddt_isadep.c61 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp)
63 ftp->ftps_type = DTFTP_ENTRY;
64 ftp->ftps_pc = (uintptr_t)symp->st_value;
65 ftp->ftps_size = (size_t)symp->st_size;
66 ftp->ftps_noffs = 1;
67 ftp->ftps_offs[0] = 0;
69 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) {
80 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret)
107 ftp->ftps_type = DTFTP_RETURN;
108 ftp
60 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) argument
79 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) argument
128 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off) argument
151 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, const char *pattern) argument
[all...]
/freebsd-current/contrib/blocklist/etc/
H A Dblacklistd.conf5 ftp stream * * * 3 6h
/freebsd-current/lib/libalias/modules/ftp/
H A DMakefile3 NAME= ftp
/freebsd-current/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-current/cddl/contrib/opensolaris/lib/libdtrace/sparc/
H A Ddt_isadep.c54 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp)
56 ftp->ftps_type = DTFTP_ENTRY;
57 ftp->ftps_pc = (uintptr_t)symp->st_value;
58 ftp->ftps_size = (size_t)symp->st_size;
59 ftp->ftps_noffs = 1;
60 ftp->ftps_offs[0] = 0;
62 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) {
73 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret)
97 ftp->ftps_type = DTFTP_RETURN;
98 ftp
53 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) argument
72 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) argument
278 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off) argument
301 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, const char *pattern) argument
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/
H A DMakefile.am5 SUBDIRS = common ftp ftpd
/freebsd-current/usr.sbin/blacklistd/
H A Dblacklistd.conf6 ftp stream * * * 3 24h
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c67 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp)
69 ftp->ftps_type = DTFTP_ENTRY;
70 ftp->ftps_pc = (uintptr_t)symp->st_value;
71 ftp->ftps_size = (size_t)symp->st_size;
72 ftp->ftps_noffs = 1;
73 ftp->ftps_offs[0] = 0;
75 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) {
86 uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp)
103 for (i = 0; i < ftp->ftps_size; i += size) {
125 ftp
66 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) argument
85 dt_pid_has_jump_table(struct ps_prochandle *P, dtrace_hdl_t *dtp, uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) argument
136 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) argument
285 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off) argument
372 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, const char *pattern) argument
[all...]
/freebsd-current/sbin/ipf/libipf/
H A Dprintaps.c21 ftpinfo_t ftp; local
70 } else if (!strcmp(apr.apr_label, "ftp") &&
71 (ap.aps_psiz == sizeof(ftp))) {
72 if (kmemcpy((char *)&ftp, (long)ap.aps_data, sizeof(ftp)))
75 PRINTF("\t\tpassok: %d\n", ftp.ftp_passok);
76 ftp.ftp_side[0].ftps_buf[FTP_BUFSZ - 1] = '\0';
77 ftp.ftp_side[1].ftps_buf[FTP_BUFSZ - 1] = '\0';
80 ftp.ftp_side[0].ftps_seq[0],
81 ftp
[all...]
/freebsd-current/crypto/heimdal/
H A Dkrb5.conf8 ftp = ftp
/freebsd-current/share/examples/ipfilter/rules/
H A DBASIC.NAT11 # To make ftp work, using the internal ftp proxy, use:
13 map ppp0 w.x.y.z/24 -> a.b.c.d/32 proxy port ftp ftp/tcp
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A DMakefile.am7 bin_PROGRAMS = ftp
19 ftp.c \
34 man_MANS = ftp.1
/freebsd-current/contrib/tnftp/src/
H A DMakefile.am11 ftp.c \
41 tnftp.1: ftp.1
42 cp $(srcdir)/ftp.1 tnftp.1
49 ftp.1 \
/freebsd-current/include/arpa/
H A DMakefile4 INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_ftp_pxy.c224 ftpinfo_t *ftp; local
227 KMALLOC(ftp, ftpinfo_t *);
228 if (ftp == NULL)
233 aps->aps_data = ftp;
238 bzero((char *)ftp, sizeof(*ftp));
239 f = &ftp->ftp_side[0];
242 f = &ftp->ftp_side[1];
245 ftp->ftp_passok = FTPXY_INIT;
246 ftp
252 ipf_p_ftp_setpending(ipf_main_softc_t *softc, ftpinfo_t *ftp) argument
268 ftpinfo_t *ftp; local
277 ipf_p_ftp_port(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
429 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) argument
589 ipf_p_ftp_client(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
668 ipf_p_ftp_pasv(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
807 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) argument
945 ipf_p_ftp_server(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
1193 ipf_p_ftp_valid(ipf_ftp_softc_t *softf, ftpinfo_t *ftp, int side, char *buf, size_t len) argument
1216 ipf_p_ftp_process(ipf_ftp_softc_t *softf, fr_info_t *fin, nat_t *nat, ftpinfo_t *ftp, int rv) argument
1552 ftpinfo_t *ftp; local
1571 ftpinfo_t *ftp; local
1618 ipf_p_ftp_eprt(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
1655 ipf_p_ftp_eprt4(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
1800 ipf_p_ftp_epsv(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
1868 ipf_p_ftp_eprt6(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A DMakefile.am35 @test -f security.c || $(LN_S) $(srcdir)/../ftp/security.c .
37 @test -f security.h || $(LN_S) $(srcdir)/../ftp/security.h .
39 @test -f gssapi.c || $(LN_S) $(srcdir)/../ftp/gssapi.c .
/freebsd-current/crypto/heimdal/appl/
H A DMakefile.am13 ftp \
/freebsd-current/lib/libpam/pam.d/
H A DMakefile33 FTPPACKAGE= ftp
37 ${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}${CONFDIR}/ftpd ${DESTDIR}${CONFDIR}/ftp
/freebsd-current/tests/sys/netpfil/pf/
H A Dproxy.sh31 atf_test_case "ftp" "cleanup"
34 atf_set descr 'Test ftp-proxy'
60 jexec srv twistd ftp -r `pwd` -p 21
68 "nat-anchor \"ftp-proxy/*\"" \
69 "rdr-anchor \"ftp-proxy/*\"" \
71 "anchor \"ftp-proxy/*\"" \
73 jexec fwd /usr/sbin/ftp-proxy
77 echo 'get remote.txt local.txt' | ftp -a 198.51.100.2
93 atf_add_test_case "ftp"

Completed in 281 milliseconds

123