Home
last modified time | relevance | path

Searched refs:CCP_SUPPORT (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
Dppp_opts.h98 #define PPP_NUM_TIMEOUTS_PER_PCB (1 + PPP_IPV4_SUPPORT + PPP_IPV6_SUPPORT + CCP_SUPPORT)
244 #ifndef CCP_SUPPORT
245 #define CCP_SUPPORT 0 macro
256 #undef CCP_SUPPORT
257 #define CCP_SUPPORT 1 macro
Dppp_impl.h105 #if CCP_SUPPORT
116 #if CCP_SUPPORT
207 #if CCP_SUPPORT
462 #if CCP_SUPPORT
Dppp.h170 #if CCP_SUPPORT
347 #if CCP_SUPPORT
394 #if CCP_SUPPORT
Dccp.h34 #if PPP_SUPPORT && CCP_SUPPORT /* don't build if not configured for use in lwipopts.h */
/third_party/lwip/src/netif/ppp/
Dppp.c119 #if CCP_SUPPORT
188 #if CCP_SUPPORT
566 #if CCP_SUPPORT in ppp_netif_output()
831 #if CCP_SUPPORT in ppp_input()
1332 #if CCP_SUPPORT
Dauth.c110 #if CCP_SUPPORT
918 #if CCP_SUPPORT || ECP_SUPPORT in start_networks()
941 #if CCP_SUPPORT || ECP_SUPPORT in start_networks()
949 #if CCP_SUPPORT in start_networks()
980 #if CCP_SUPPORT in continue_networks()
Dccp.c32 #if PPP_SUPPORT && CCP_SUPPORT /* don't build if not configured for use in lwipopts.h */