Home
last modified time | relevance | path

Searched refs:PROT_C (Results 1 – 8 of 8) sorted by relevance

/dports/security/krb5-appl/krb5-appl-1.0.3/gssftp/ftp/
H A Dsecure.c197 if (dlevel == PROT_C)
216 if (dlevel == PROT_C)
235 if (dlevel == PROT_C)
377 if (dlevel == PROT_C)
396 if (dlevel == PROT_C)
H A Dmain.c268 clevel = dlevel = PROT_C;
279 clevel = dlevel = PROT_C;
H A Dcmds.c184 clevel = dlevel = PROT_C;
200 if(auth_type && clevel == PROT_C)
280 { "clear", "C", PROT_C },
357 clevel = PROT_C;
408 if (p->p_level != PROT_C) setpbsz(1<<20);
1921 dlevel = PROT_C; in disconnect()
H A Dftp.c439 if (auth_type && clevel != PROT_C) { in secure_command()
1693 clevel = PROT_C; in pswitch()
1695 dlevel = PROT_C; in pswitch()
/dports/security/krb5-appl/krb5-appl-1.0.3/gssftp/arpa/
H A Dftp.h95 #define PROT_C 1 /* clear */ macro
/dports/security/krb5-appl/krb5-appl-1.0.3/gssftp/ftpd/
H A Dftpcmd.y248 if(clevel == PROT_C && !ccc_ok) {
704 $$ = PROT_C;
1042 clevel = PROT_C;
H A Dftpd.c522 clevel = dlevel = PROT_C;
643 case PROT_C:
2352 if (dlevel == PROT_C) rval = vfprintf(stream, fmt, ap); in secure_fprintf()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcftp.c1788 #define PROT_C 1 /* Clear */ macro