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

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1552 int secndflag = 0, prox_type, nfnd; local
1560 if ((prox_type = type) == 0) {
1562 prox_type = TYPE_I;
1564 prox_type = TYPE_A;
1566 if (curtype != prox_type)
1567 changetype (prox_type, 1);
1579 if (curtype != prox_type)
1580 changetype (prox_type, 1);
/freebsd-9.3-release/contrib/tnftp/src/
H A Dftp.c1841 int prox_type, nfnd; local
1851 if ((prox_type = type) == 0) {
1853 prox_type = TYPE_I;
1855 prox_type = TYPE_A;
1857 if (curtype != prox_type)
1858 changetype(prox_type, 1);
1871 if (curtype != prox_type)
1872 changetype(prox_type, 1);

Completed in 50 milliseconds