Home
last modified time | relevance | path

Searched refs:unix_proxy (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dglobals.c50 int unix_proxy; /* proxy is unix, can use binary for ascii */ variable
H A Dftp_var.h91 extern int unix_proxy; /* proxy is unix, can use binary for ascii */
H A Dcmds.c173 unix_proxy = 1; in setpeer()
189 unix_proxy = 0; in setpeer()
H A Dftp.c1595 if (unix_server && unix_proxy) in proxtrans()
/freebsd/contrib/tnftp/src/
H A Dftp_var.h273 GLOBAL int unix_proxy; /* proxy is unix, can use binary for ascii */ variable
H A Dutil.c231 unix_proxy = 1; in getremoteinfo()
248 unix_proxy = 0; in getremoteinfo()
303 unix_proxy = 0; in cleanuppeer()
H A Dftp.c1852 if (unix_server && unix_proxy) in proxtrans()
/freebsd/contrib/tnftp/
H A DChangeLog1213 * reset unix_proxy and unix_server in cleanuppeer()