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

/illumos-gate/usr/src/head/arpa/
H A Dftp.h120 #define PROT_P 3 /* integrity; encryption */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c136 (dlevel == PROT_P),
247 (dlevel == PROT_P), /* confidential */
256 user_gss_error(maj_stat, min_stat, dlevel == PROT_P?
324 conf_state = (dlevel == PROT_P);
330 (dlevel == PROT_P)?
H A Dftp.c398 clevel = PROT_P;
401 if (clevel == PROT_P)
476 if (r == 533 && clevel == PROT_P) {
2290 /* clevel = PROT_P; */
2303 (clevel == PROT_P), /* private */
2310 (clevel == PROT_P) ?
2313 } else if ((clevel == PROT_P) && !conf_state) {
2321 clevel == PROT_P ? "ENC" : "MIC",
2345 clevel == PROT_P ? "ENC" : "MIC", in);
2354 (clevel == PROT_P)
[all...]
H A Dcmds.c140 clevel = PROT_P;
143 dlevel = PROT_P;
1385 clevel = PROT_P;
1388 if (clevel == PROT_P)
2241 { "private", "P", PROT_P },

Completed in 67 milliseconds