HomeSort by: relevance | last modified time | path
    Searched refs:ftp_passok (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_ftp_pxy.c 250 ftp->ftp_passok = FTPXY_INIT;
617 DT2(ftp_client_command, char [], cmd, int, ftp->ftp_passok);
619 if (ftp->ftp_passok == FTPXY_ADOK_1 ||
620 ftp->ftp_passok == FTPXY_AUOK_1) {
621 ftp->ftp_passok = FTPXY_USER_2;
624 ftp->ftp_passok = FTPXY_USER_1;
628 ftp->ftp_passok = FTPXY_AUTH_1;
631 if (ftp->ftp_passok == FTPXY_USOK_1) {
632 ftp->ftp_passok = FTPXY_PASS_1;
634 } else if (ftp->ftp_passok == FTPXY_USOK_2)
    [all...]
ip_proxy.h 180 int ftp_passok; member in struct:ftpinfo

Completed in 12 milliseconds