Home
last modified time | relevance | path

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

12345

/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dppp_opts.h36 #ifndef PPP_SUPPORT
37 #define PPP_SUPPORT 0 macro
65 #define PPPOS_SUPPORT PPP_SUPPORT
72 #define LWIP_PPP_API (PPP_SUPPORT && (NO_SYS == 0))
75 #if PPP_SUPPORT
95 #define PPP_NUM_TIMEOUTS (PPP_SUPPORT * PPP_NUM_TIMEOUTS_PER_PCB * MEMP_NUM_PPP_PCB)
A Dchap-md5.h32 #if PPP_SUPPORT && CHAP_SUPPORT /* don't build if not configured for use in lwipopts.h */
A Dchap_ms.h34 #if PPP_SUPPORT && MSCHAP_SUPPORT /* don't build if not configured for use in lwipopts.h */
A Dmagic.h78 #if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */
A Decp.h35 #if PPP_SUPPORT && ECP_SUPPORT /* don't build if not configured for use in lwipopts.h */
A Dipv6cp.h142 #if PPP_SUPPORT && PPP_IPV6_SUPPORT /* don't build if not configured for use in lwipopts.h */
A Dupap.h46 #if PPP_SUPPORT && PAP_SUPPORT /* don't build if not configured for use in lwipopts.h */
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dppp_opts.h36 #ifndef PPP_SUPPORT
37 #define PPP_SUPPORT 0 macro
65 #define PPPOS_SUPPORT PPP_SUPPORT
72 #define LWIP_PPP_API (PPP_SUPPORT && (NO_SYS == 0))
83 #if PPP_SUPPORT
A Dchap-md5.h32 #if PPP_SUPPORT && CHAP_SUPPORT /* don't build if not configured for use in lwipopts.h */
A Dchap_ms.h34 #if PPP_SUPPORT && MSCHAP_SUPPORT /* don't build if not configured for use in lwipopts.h */
A Dmagic.h78 #if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */
A Decp.h35 #if PPP_SUPPORT && ECP_SUPPORT /* don't build if not configured for use in lwipopts.h */
A Dipv6cp.h142 #if PPP_SUPPORT && PPP_IPV6_SUPPORT /* don't build if not configured for use in lwipopts.h */
A Dupap.h46 #if PPP_SUPPORT && PAP_SUPPORT /* don't build if not configured for use in lwipopts.h */
A Dipcp.h46 #if PPP_SUPPORT && PPP_IPV4_SUPPORT /* don't build if not configured for use in lwipopts.h */
/components/net/lwip/lwip-2.0.3/src/core/
A Dinit.c133 …MBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_SUPPORT + (LWIP_IPV6 ? …
179 #if (LWIP_PPP_API && (PPP_SUPPORT==0))
206 #if PPP_SUPPORT && !PPPOS_SUPPORT && !PPPOE_SUPPORT && !PPPOL2TP_SUPPORT
209 #if PPP_SUPPORT && !PPP_IPV4_SUPPORT && !PPP_IPV6_SUPPORT
212 #if PPP_SUPPORT && PPP_IPV4_SUPPORT && !LWIP_IPV4
215 #if PPP_SUPPORT && PPP_IPV6_SUPPORT && !LWIP_IPV6
378 #if PPP_SUPPORT in lwip_init()
/components/net/lwip/lwip-2.1.2/src/core/
A 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
373 #if PPP_SUPPORT in lwip_init()
/components/net/lwip/port/
A Dlwipopts.h521 #define PPP_SUPPORT 1 /* Set > 0 for PPP */ macro
523 #define PPP_SUPPORT 0 /* Set > 0 for PPP */ macro
526 #if PPP_SUPPORT
598 …MBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_SUPPORT + (LWIP_IPV6 ? …
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dopt.h316 …_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_SUPPORT)
1626 #ifndef PPP_SUPPORT
1627 #define PPP_SUPPORT 0 macro
1641 #define PPPOS_SUPPORT PPP_SUPPORT
1644 #if PPP_SUPPORT
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dmagic.c54 #if PPP_SUPPORT
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Deui64.c39 #if PPP_SUPPORT && PPP_IPV6_SUPPORT /* don't build if not configured for use in lwipopts.h */
A Dpppcrypt.c34 #if PPP_SUPPORT && MSCHAP_SUPPORT /* don't build if not necessary */
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Deui64.c39 #if PPP_SUPPORT && PPP_IPV6_SUPPORT /* don't build if not configured for use in lwipopts.h */
A Dpppcrypt.c34 #if PPP_SUPPORT && MSCHAP_SUPPORT /* don't build if not necessary */
/components/net/lwip/lwip-1.4.1/src/core/
A Dinit.c108 …TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_SUPPORT))
169 #if PPP_SUPPORT && !PPPOS_SUPPORT & !PPPOE_SUPPORT

Completed in 33 milliseconds

12345