Home
last modified time | relevance | path

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

/dragonfly/contrib/tnftp/src/
H A Dftp.c1902 int prox_type, nfnd; in proxtrans() local
1912 if ((prox_type = type) == 0) { in proxtrans()
1914 prox_type = TYPE_I; in proxtrans()
1916 prox_type = TYPE_A; in proxtrans()
1918 if (curtype != prox_type) in proxtrans()
1919 changetype(prox_type, 1); in proxtrans()
1932 if (curtype != prox_type) in proxtrans()
1933 changetype(prox_type, 1); in proxtrans()