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 95 bool neg_chap; /* Ask for CHAP authentication? */ member in struct:lcp_options
lcp.c 361 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;
    [all...]
auth.c 749 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) {
    [all...]

Completed in 46 milliseconds