Home
last modified time | relevance | path

Searched refs:MEMP_NUM_PPP_PCB (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
Dppp_opts.h88 #ifndef MEMP_NUM_PPP_PCB
89 #define MEMP_NUM_PPP_PCB 1 macro
102 #define PPP_NUM_TIMEOUTS (PPP_SUPPORT * PPP_NUM_TIMEOUTS_PER_PCB * MEMP_NUM_PPP_PCB)
109 #define MEMP_NUM_PPPOS_INTERFACES MEMP_NUM_PPP_PCB
/third_party/lwip/src/netif/ppp/
Dppp.c155 LWIP_MEMPOOL_DECLARE(PPP_PCB, MEMP_NUM_PPP_PCB, sizeof(ppp_pcb), "PPP_PCB")