Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dlcp.c387 ao->neg_chap = 1; in lcp_init()
678 ao->neg_chap = (ao->chap_mdtype != MDTYPE_NONE); in lcp_resetci()
706 wo->neg_chap = (wo->chap_mdtype != MDTYPE_NONE); in lcp_resetci()
721 ao->neg_chap = 0; in lcp_resetci()
734 PPPDEBUG(LOG_DEBUG, (" CHAP=%d CHAP_MD5=%d", ao->neg_chap, !!(ao->chap_mdtype&MDTYPE_MD5))); in lcp_resetci()
796 LENCICHAP(!go->neg_eap && go->neg_chap) + in lcp_cilen()
799 LENCICHAP(go->neg_chap) + in lcp_cilen()
804 LENCISHORT(!go->neg_eap && !go->neg_chap && go->neg_upap) + in lcp_cilen()
810 LENCISHORT(!go->neg_chap && go->neg_upap) + in lcp_cilen()
898 ADDCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->chap_mdtype); in lcp_addci()
[all …]
Dauth.c770 || go->neg_chap in link_established()
815 if (go->neg_chap) { in link_established()
836 if (ho->neg_chap) { in link_established()
880 || go->neg_chap in network_phase()
1396 wo->neg_chap = 1; in auth_check_options()
1404 && !wo->neg_chap in auth_check_options()
1414 wo->neg_chap = CHAP_MDTYPE_SUPPORTED != MDTYPE_NONE; in auth_check_options()
1426 wo->neg_chap = 0; in auth_check_options()
1450 || wo->neg_chap in auth_check_options()
1520 ao->neg_chap = (!refuse_chap || !refuse_mschap || !refuse_mschap_v2)
[all …]
/third_party/lwip/src/include/netif/ppp/
Dlcp.h126 unsigned int neg_chap :1; /* Ask for CHAP authentication? */ member