Home
last modified time | relevance | path

Searched refs:PPP_SUPPORT (Results 1 – 25 of 53) sorted by relevance

123

/third_party/lwip/src/include/netif/ppp/
Dppp_opts.h36 #ifndef PPP_SUPPORT
37 #define PPP_SUPPORT 0 macro
72 #define PPPOS_SUPPORT PPP_SUPPORT
79 #define LWIP_PPP_API (PPP_SUPPORT && (NO_SYS == 0))
82 #if PPP_SUPPORT
102 #define PPP_NUM_TIMEOUTS (PPP_SUPPORT * PPP_NUM_TIMEOUTS_PER_PCB * MEMP_NUM_PPP_PCB)
Dchap-md5.h32 #if PPP_SUPPORT && CHAP_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dchap_ms.h34 #if PPP_SUPPORT && MSCHAP_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dmagic.h78 #if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */
Decp.h35 #if PPP_SUPPORT && ECP_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dipv6cp.h142 #if PPP_SUPPORT && PPP_IPV6_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dupap.h46 #if PPP_SUPPORT && PAP_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dipcp.h46 #if PPP_SUPPORT && PPP_IPV4_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dpppos.h35 #if PPP_SUPPORT && PPPOS_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dpppdebug.h38 #if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dccp.h34 #if PPP_SUPPORT && CCP_SUPPORT /* don't build if not configured for use in lwipopts.h */
Deui64.h39 #if PPP_SUPPORT && PPP_IPV6_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dlcp.h46 #if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dvj.h26 #if PPP_SUPPORT && VJ_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dpppoe.h71 #if PPP_SUPPORT && PPPOE_SUPPORT /* don't build if not configured for use in lwipopts.h */
Deap.h24 #if PPP_SUPPORT && EAP_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dfsm.h46 #if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dpppcrypt.h34 #if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dpppol2tp.h35 #if PPP_SUPPORT && PPPOL2TP_SUPPORT /* don't build if not configured for use in lwipopts.h */
/third_party/lwip/src/core/
Dinit.c181 #if (LWIP_PPP_API && (PPP_SUPPORT==0))
211 #if PPP_SUPPORT && !PPPOS_SUPPORT && !PPPOE_SUPPORT && !PPPOL2TP_SUPPORT
214 #if PPP_SUPPORT && !PPP_IPV4_SUPPORT && !PPP_IPV6_SUPPORT
217 #if PPP_SUPPORT && PPP_IPV4_SUPPORT && !LWIP_IPV4
220 #if PPP_SUPPORT && PPP_IPV6_SUPPORT && !LWIP_IPV6
374 #if PPP_SUPPORT in lwip_init()
/third_party/lwip/src/netif/ppp/
Deui64.c39 #if PPP_SUPPORT && PPP_IPV6_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dpppcrypt.c34 #if PPP_SUPPORT && MSCHAP_SUPPORT /* don't build if not necessary */
Decp.c61 #if PPP_SUPPORT && ECP_SUPPORT /* don't build if not configured for use in lwipopts.h */
Dchap-md5.c32 #if PPP_SUPPORT && CHAP_SUPPORT /* don't build if not configured for use in lwipopts.h */
/third_party/lwip/src/netif/ppp/polarssl/
Darc4.c42 #if PPP_SUPPORT && LWIP_INCLUDED_POLARSSL_ARC4

123