Home
last modified time | relevance | path

Searched refs:ftp_passok (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ftp_pxy.c179 ftp->ftp_passok = FTPXY_INIT;
454 if (ftp->ftp_passok == FTPXY_ADOK_1 ||
455 ftp->ftp_passok == FTPXY_AUOK_1) {
456 ftp->ftp_passok = FTPXY_USER_2;
459 ftp->ftp_passok = FTPXY_USER_1;
463 ftp->ftp_passok = FTPXY_AUTH_1;
466 if (ftp->ftp_passok == FTPXY_USOK_1) {
467 ftp->ftp_passok = FTPXY_PASS_1;
469 } else if (ftp->ftp_passok == FTPXY_USOK_2) {
470 ftp->ftp_passok = FTPXY_PASS_2;
[all …]
H A Dip_proxy.h174 int ftp_passok; member
/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprintaps.c78 printf("\t\tpassok: %d\n", ftp.ftp_passok);