HomeSort by relevance Sort by last modified time
    Searched refs:neg_chap (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
lcp.h 79 bool neg_chap; /* Ask for CHAP authentication? */ member in struct:lcp_options
lcp.c 361 ao->neg_chap = 1;
667 LENCICHAP(!go->neg_eap && go->neg_chap) +
668 LENCISHORT(!go->neg_eap && !go->neg_chap && go->neg_upap) +
743 ADDCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->chap_mdtype);
744 ADDCISHORT(CI_AUTHTYPE, !go->neg_eap && !go->neg_chap && go->neg_upap,
892 ACKCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->chap_mdtype);
893 ACKCISHORT(CI_AUTHTYPE, !go->neg_eap && !go->neg_chap && go->neg_upap,
1062 if ((go->neg_chap || go->neg_upap || go->neg_eap)
1067 no.neg_chap = go->neg_chap;
    [all...]
auth.c 725 if (auth_required && !(go->neg_upap || go->neg_chap || go->neg_eap)) {
749 } else if (go->neg_chap) {
759 } else if (ho->neg_chap) {
794 if (go->neg_chap || go->neg_upap || go->neg_eap) {
1213 wo->neg_chap = 1;
    [all...]

Completed in 191 milliseconds