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

/barrelfish-master/lib/lwip/src/core/
H A Dpbuf.c98 #define ALLOC_POOL_PBUF(p) do { (p) = alloc_pool_pbuf(); } while (0) macro
100 #define ALLOC_POOL_PBUF(p) do { (p) = NULL } while (0) macro
409 ALLOC_POOL_PBUF(p);
459 ALLOC_POOL_PBUF(q);

Completed in 82 milliseconds