Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tnftp/src/
H A Dftp_var.h274 GLOBAL int unix_proxy; /* proxy is unix, can use binary for ascii */ variable
H A Dutil.c227 unix_proxy = 1; in getremoteinfo()
244 unix_proxy = 0; in getremoteinfo()
299 unix_proxy = 0; in cleanuppeer()
H A Dftp.c1913 if (unix_server && unix_proxy) in proxtrans()