Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c181 if (dlevel == PROT_C) in secure_flush()
198 if (dlevel == PROT_C) in secure_putc()
216 if (dlevel == PROT_C) in secure_write()
354 if (dlevel == PROT_C) in secure_getc()
372 if (dlevel == PROT_C) in secure_read()
H A Dcmds.c137 clevel = dlevel = PROT_C; in setpeer()
149 dlevel = clevel = PROT_C; in setpeer()
152 if ((auth_type != AUTHTYPE_NONE) && (clevel == PROT_C)) in setpeer()
1608 clevel = dlevel = PROT_C; in disconnect()
2239 { "clear", "C", PROT_C },
2313 clevel = PROT_C; in setclevel()
2359 if (p->p_level != PROT_C) in setdlevel()
H A Dmain.c324 clevel = dlevel = PROT_C; in lostpeer()
337 clevel = dlevel = PROT_C; in lostpeer()
H A Dftp.c1835 clevel = PROT_C; in pswitch()
1837 dlevel = PROT_C; in pswitch()
2282 if ((auth_type != AUTHTYPE_NONE) && clevel != PROT_C) { in secure_command()
/titanic_44/usr/src/head/arpa/
H A Dftp.h118 #define PROT_C 1 /* no integrity; no encryption */ macro