Searched refs:MEMP_NUM_PPPOE_INTERFACES (Results 1 – 9 of 9) sorted by relevance
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ppp_opts.h | 97 #ifndef MEMP_NUM_PPPOE_INTERFACES 98 #define MEMP_NUM_PPPOE_INTERFACES 1 macro
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ppp_opts.h | 109 #ifndef MEMP_NUM_PPPOE_INTERFACES 110 #define MEMP_NUM_PPPOE_INTERFACES 1 macro
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | memp_std.h | 91 LWIP_MEMPOOL(PPPOE_IF, MEMP_NUM_PPPOE_INTERFACES, sizeof(struct pppoe_softc), "PPPOE_IF")
|
| A D | opt.h | 406 #ifndef MEMP_NUM_PPPOE_INTERFACES 407 #define MEMP_NUM_PPPOE_INTERFACES 1 macro
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 94 * PPPoE uses a MEMP pool instead of the heap, so MEMP_NUM_PPPOE_INTERFACES
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 193 * PPPoE uses a MEMP pool instead of the heap, so MEMP_NUM_PPPOE_INTERFACES
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 228 * PPPoE uses a MEMP pool instead of the heap, so MEMP_NUM_PPPOE_INTERFACES
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | pppoe.c | 91 LWIP_MEMPOOL_DECLARE(PPPOE_IF, MEMP_NUM_PPPOE_INTERFACES, sizeof(struct pppoe_softc), "PPPOE_IF")
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | pppoe.c | 91 LWIP_MEMPOOL_DECLARE(PPPOE_IF, MEMP_NUM_PPPOE_INTERFACES, sizeof(struct pppoe_softc), "PPPOE_IF")
|
Completed in 12 milliseconds