Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/ftp/
Dftp.c1897 int prox_type, nfnd; in proxtrans() local
1907 if ((prox_type = type) == 0) { in proxtrans()
1909 prox_type = TYPE_I; in proxtrans()
1911 prox_type = TYPE_A; in proxtrans()
1913 if (curtype != prox_type) in proxtrans()
1914 changetype(prox_type, 1); in proxtrans()
1927 if (curtype != prox_type) in proxtrans()
1928 changetype(prox_type, 1); in proxtrans()