PPP_SUPPORT is only used within LwIP.
 
Symbols
loading...
Files
loading...

PPP_SUPPORT macro

PPP_SUPPORT==1: Enable PPP.

Syntax

#define PPP_SUPPORT 0

References

LocationText
ppp_opts.h:37
#define PPP_SUPPORT 0
init.c:181
#if (LWIP_PPP_API && (PPP_SUPPORT==0))
init.c:211
#if PPP_SUPPORT && !PPPOS_SUPPORT && !PPPOE_SUPPORT && !PPPOL2TP_SUPPORT
init.c:214
#if PPP_SUPPORT && !PPP_IPV4_SUPPORT && !PPP_IPV6_SUPPORT
init.c:217
#if PPP_SUPPORT && PPP_IPV4_SUPPORT && !LWIP_IPV4
init.c:220
#if PPP_SUPPORT && PPP_IPV6_SUPPORT && !LWIP_IPV6
init.c:373
#if PPP_SUPPORT
ppp_impl.h:38
#if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */
ppp_opts.h:65
#define PPPOS_SUPPORT PPP_SUPPORT
ppp_opts.h:72
#define LWIP_PPP_API (PPP_SUPPORT && (NO_SYS == 0))
ppp_opts.h:75
#if PPP_SUPPORT