Searched defs: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

Completed in 91 milliseconds