Home
last modified time | relevance | path

Searched refs:PROT_P (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c134 (dlevel == PROT_P), in secure_determine_constants()
245 (dlevel == PROT_P), /* confidential */ in secure_putbuf()
254 user_gss_error(maj_stat, min_stat, dlevel == PROT_P? in secure_putbuf()
322 conf_state = (dlevel == PROT_P); in secure_getbyte()
328 (dlevel == PROT_P)? in secure_getbyte()
H A Dftp.c395 clevel = PROT_P; in login()
398 if (clevel == PROT_P) in login()
473 if (r == 533 && clevel == PROT_P) { in command()
2308 (clevel == PROT_P), /* private */ in secure_command()
2315 (clevel == PROT_P) ? in secure_command()
2318 } else if ((clevel == PROT_P) && !conf_state) { in secure_command()
2326 clevel == PROT_P ? "ENC" : "MIC", in secure_command()
2350 clevel == PROT_P ? "ENC" : "MIC", in); in secure_command()
2359 (clevel == PROT_P) ? "ENC" : "MIC", in); in secure_command()
H A Dcmds.c137 clevel = PROT_P; in setpeer()
140 dlevel = PROT_P; in setpeer()
1382 clevel = PROT_P; in user()
1385 if (clevel == PROT_P) in user()
2238 { "private", "P", PROT_P },
/illumos-gate/usr/src/head/arpa/
H A Dftp.h118 #define PROT_P 3 /* integrity; encryption */ macro