Home
last modified time | relevance | path

Searched refs:neg_chap (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/
Dlcp.c361 ao->neg_chap = 1;
690 LENCICHAP(!go->neg_eap && go->neg_chap) +
691 LENCISHORT(!go->neg_eap && !go->neg_chap && go->neg_upap) +
766 ADDCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->chap_mdtype);
767 ADDCISHORT(CI_AUTHTYPE, !go->neg_eap && !go->neg_chap && go->neg_upap,
915 ACKCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->chap_mdtype);
916 ACKCISHORT(CI_AUTHTYPE, !go->neg_eap && !go->neg_chap && go->neg_upap,
1085 if ((go->neg_chap || go->neg_upap || go->neg_eap)
1090 no.neg_chap = go->neg_chap;
1101 else if (go->neg_chap)
[all …]
Dauth.c749 if (auth_required && !(go->neg_upap || go->neg_chap || go->neg_eap)) {
772 } else if (go->neg_chap) {
782 } else if (ho->neg_chap) {
819 if (go->neg_chap || go->neg_upap || go->neg_eap) {
1246 wo->neg_chap = 1; in auth_check_options()
1251 if (!wo->neg_chap && !wo->neg_upap && !wo->neg_eap) { in auth_check_options()
1252 wo->neg_chap = chap_mdtype_all != MDTYPE_NONE; in auth_check_options()
1258 wo->neg_chap = 0; in auth_check_options()
1271 if (!can_auth && (wo->neg_chap || wo->neg_eap)) { in auth_check_options()
1326 ao->neg_chap = (!refuse_chap || !refuse_mschap || !refuse_mschap_v2)
[all …]
Dlcp.h95 bool neg_chap; /* Ask for CHAP authentication? */ member