Home | History | Annotate | Download | only in netinet

Lines Matching refs:ftp_passok

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) {
635 ftp->ftp_passok = FTPXY_PASS_2;
638 } else if ((ftp->ftp_passok == FTPXY_AUOK_1) &&
640 ftp->ftp_passok = FTPXY_ADAT_1;
642 } else if ((ftp->ftp_passok == FTPXY_PAOK_1 ||
643 ftp->ftp_passok == FTPXY_PAOK_2) &&
645 ftp->ftp_passok = FTPXY_ACCT_1;
647 } else if ((ftp->ftp_passok
651 } else if ((ftp->ftp_passok == FTPXY_GO) &&
662 cmd, ftp->ftp_passok, ftp->ftp_incok, inc);
664 DT2(ftp_client_passok, char *, cmd, int, ftp->ftp_passok);
965 DT2(ftp_server_response, char *, rptr, int, ftp->ftp_passok);
972 rptr, ftp->ftp_passok);
973 if (ftp->ftp_passok == FTPXY_GO) {
989 ftp->ftp_passok = FTPXY_INIT;
992 if (ftp->ftp_passok == FTPXY_ACCT_1)
993 ftp->ftp_passok = FTPXY_GO;
995 ftp->ftp_passok++;
997 switch (ftp->ftp_passok)
1004 ftp->ftp_passok = FTPXY_GO;
1007 ftp->ftp_passok += 3;
1016 rptr, ftp->ftp_passok);
1018 int, ftp->ftp_passok);