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

/illumos-gate/usr/src/head/arpa/
H A Dftp.h118 #define PROT_C 1 /* no integrity; no encryption */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c181 if (dlevel == PROT_C)
198 if (dlevel == PROT_C)
216 if (dlevel == PROT_C)
354 if (dlevel == PROT_C)
363 * -1 on error, errno set, only for PROT_C
372 if (dlevel == PROT_C)
H A Dcmds.c137 clevel = dlevel = PROT_C;
149 dlevel = clevel = PROT_C;
152 if ((auth_type != AUTHTYPE_NONE) && (clevel == PROT_C))
1608 clevel = dlevel = PROT_C;
2239 { "clear", "C", PROT_C },
2313 clevel = PROT_C;
2359 if (p->p_level != PROT_C)
H A Dmain.c324 clevel = dlevel = PROT_C;
337 clevel = dlevel = PROT_C;
H A Dftp.c1835 clevel = PROT_C;
1837 dlevel = PROT_C;
2282 if ((auth_type != AUTHTYPE_NONE) && clevel != PROT_C) {

Completed in 69 milliseconds