Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c179 if (dlevel == PROT_C) in secure_flush()
196 if (dlevel == PROT_C) in secure_putc()
214 if (dlevel == PROT_C) in secure_write()
352 if (dlevel == PROT_C) in secure_getc()
370 if (dlevel == PROT_C) in secure_read()
H A Dcmds.c134 clevel = dlevel = PROT_C; in setpeer()
146 dlevel = clevel = PROT_C; in setpeer()
149 if ((auth_type != AUTHTYPE_NONE) && (clevel == PROT_C)) in setpeer()
1605 clevel = dlevel = PROT_C; in disconnect()
2236 { "clear", "C", PROT_C },
2310 clevel = PROT_C; in setclevel()
2356 if (p->p_level != PROT_C) in setdlevel()
H A Dmain.c395 clevel = dlevel = PROT_C; in lostpeer()
408 clevel = dlevel = PROT_C; in lostpeer()
H A Dftp.c1840 clevel = PROT_C; in pswitch()
1842 dlevel = PROT_C; in pswitch()
2287 if ((auth_type != AUTHTYPE_NONE) && clevel != PROT_C) { in secure_command()
/illumos-gate/usr/src/head/arpa/
H A Dftp.h116 #define PROT_C 1 /* no integrity; no encryption */ macro