Home
last modified time | relevance | path

Searched refs:MSCHAP_SUPPORT (Results 1 – 12 of 12) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
Dppp_opts.h225 #ifndef MSCHAP_SUPPORT
226 #define MSCHAP_SUPPORT 0 macro
228 #if MSCHAP_SUPPORT
259 #undef MSCHAP_SUPPORT
260 #define MSCHAP_SUPPORT 1 macro
574 #if MSCHAP_SUPPORT
Dchap-new.h60 #if MSCHAP_SUPPORT
79 #if MSCHAP_SUPPORT
86 #if MSCHAP_SUPPORT
103 #if MSCHAP_SUPPORT
116 #if MSCHAP_SUPPORT
Dchap_ms.h34 #if PPP_SUPPORT && MSCHAP_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dppp_impl.h346 #if MSCHAP_SUPPORT
358 #if MSCHAP_SUPPORT
Dppp.h216 #if MSCHAP_SUPPORT
/third_party/lwip/src/netif/ppp/
Dpppcrypt.c34 #if PPP_SUPPORT && MSCHAP_SUPPORT /* don't build if not necessary */
Dauth.c219 #if MSCHAP_SUPPORT
296 #if MSCHAP_SUPPORT
328 #if MSCHAP_SUPPORT
1061 #if MSCHAP_SUPPORT in auth_peer_success()
1149 #if MSCHAP_SUPPORT in auth_withpeer_success()
Dchap-new.c47 #if MSCHAP_SUPPORT
114 #if MSCHAP_SUPPORT
Dlcp.c670 #if MSCHAP_SUPPORT in lcp_resetci()
698 #if MSCHAP_SUPPORT in lcp_resetci()
735 #if MSCHAP_SUPPORT in lcp_resetci()
2457 #if MSCHAP_SUPPORT in lcp_printpkt()
Dchap_ms.c78 #if PPP_SUPPORT && MSCHAP_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dppp.c226 #if MSCHAP_SUPPORT in ppp_set_auth()
/third_party/lwip/
DCHANGELOG692 - Added macro definition MSCHAP_SUPPORT to make MSCHAP support optional.