Home
last modified time | relevance | path

Searched refs:MEMP_NUM_PPPOE_INTERFACES (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
Dppp_opts.h116 #ifndef MEMP_NUM_PPPOE_INTERFACES
117 #define MEMP_NUM_PPPOE_INTERFACES 1 macro
/third_party/lwip/
DUPGRADING228 * PPPoE uses a MEMP pool instead of the heap, so MEMP_NUM_PPPOE_INTERFACES
/third_party/lwip/src/netif/ppp/
Dpppoe.c91 LWIP_MEMPOOL_DECLARE(PPPOE_IF, MEMP_NUM_PPPOE_INTERFACES, sizeof(struct pppoe_softc), "PPPOE_IF")