Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ftp/
Dftp.c1824 int prox_type, nfnd; in proxtrans() local
1835 if ((prox_type = type) == 0) { in proxtrans()
1837 prox_type = TYPE_I; in proxtrans()
1839 prox_type = TYPE_A; in proxtrans()
1841 if (curtype != prox_type) in proxtrans()
1842 changetype(prox_type, 1); in proxtrans()
1855 if (curtype != prox_type) in proxtrans()
1856 changetype(prox_type, 1); in proxtrans()