Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/ftp/
Dftp_var.h278 GLOBAL int unix_proxy; /* proxy is unix, can use binary for ascii */ variable
Dutil.c220 unix_proxy = 1; in getremoteinfo()
237 unix_proxy = 0; in getremoteinfo()
292 unix_proxy = 0; in cleanuppeer()
Dftp.c1908 if (unix_server && unix_proxy) in proxtrans()