Lines Matching refs:clevel
397 oldclevel = clevel; in login()
398 clevel = PROT_P; in login()
401 if (clevel == PROT_P) in login()
402 clevel = oldclevel; in login()
476 if (r == 533 && clevel == PROT_P) { in command()
479 clevel = PROT_S; in command()
1830 ip->clvl = clevel; in pswitch()
1831 clevel = op->clvl; in pswitch()
1834 if (!clevel) in pswitch()
1835 clevel = PROT_C; in pswitch()
2282 if ((auth_type != AUTHTYPE_NONE) && clevel != PROT_C) { in secure_command()
2303 (clevel == PROT_P), /* private */ in secure_command()
2310 (clevel == PROT_P) ? in secure_command()
2313 } else if ((clevel == PROT_P) && !conf_state) { in secure_command()
2321 clevel == PROT_P ? "ENC" : "MIC", in secure_command()
2345 clevel == PROT_P ? "ENC" : "MIC", in); in secure_command()
2354 (clevel == PROT_P) ? "ENC" : "MIC", in); in secure_command()