Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1586 int secndflag = 0, prox_type, nfnd; in proxtrans() local
1594 if ((prox_type = type) == 0) { in proxtrans()
1596 prox_type = TYPE_I; in proxtrans()
1598 prox_type = TYPE_A; in proxtrans()
1600 if (curtype != prox_type) in proxtrans()
1601 changetype (prox_type, 1); in proxtrans()
1613 if (curtype != prox_type) in proxtrans()
1614 changetype (prox_type, 1); in proxtrans()
/freebsd/contrib/tnftp/src/
H A Dftp.c1841 int prox_type, nfnd; in proxtrans() local
1851 if ((prox_type = type) == 0) { in proxtrans()
1853 prox_type = TYPE_I; in proxtrans()
1855 prox_type = TYPE_A; in proxtrans()
1857 if (curtype != prox_type) in proxtrans()
1858 changetype(prox_type, 1); in proxtrans()
1871 if (curtype != prox_type) in proxtrans()
1872 changetype(prox_type, 1); in proxtrans()