Searched refs:MEMP_NUM_PBUF (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/include/barrelfish/
H A Dnet_constants.h64 #ifndef MEMP_NUM_PBUF
65 #define MEMP_NUM_PBUF 16384 macro
66 #endif // MEMP_NUM_PBUF
109 * MEMP_NUM_PBUF: the number of memp struct pbufs (used for PBUF_ROM and PBUF_REF).
113 #ifndef MEMP_NUM_PBUF
114 #define MEMP_NUM_PBUF (16384) macro
115 //#define MEMP_NUM_PBUF 4096
116 #endif // MEMP_NUM_PBUF
/barrelfish-master/include/lwip/lwip/
H A Dmemp_std.h79 LWIP_PBUF_MEMPOOL(PBUF, MEMP_NUM_PBUF + PBUF_POOL_SIZE, 0, "PBUF_REF/ROM")
H A Dopt.h204 * MEMP_NUM_PBUF: the number of memp struct pbufs (used for PBUF_ROM and PBUF_REF).
208 #ifndef MEMP_NUM_PBUF
209 #define MEMP_NUM_PBUF 8192 macro
/barrelfish-master/include/lwip2/lwip/priv/
H A Dmemp_std.h126 LWIP_PBUF_MEMPOOL(PBUF, MEMP_NUM_PBUF, 0, "PBUF_REF/ROM")
/barrelfish-master/include/lwip2/lwip/
H A Dopt.h344 * MEMP_NUM_PBUF: the number of memp struct pbufs (used for PBUF_ROM and PBUF_REF).
348 #if !defined MEMP_NUM_PBUF || defined __DOXYGEN__
349 #define MEMP_NUM_PBUF 16 macro

Completed in 116 milliseconds