HomeSort by: relevance | last modified time | path
    Searched defs:prox_type (Results 1 - 1 of 1) sorted by relevancy

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

Completed in 12 milliseconds