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)
264 static struct pbuf *alloc_pool_pbuf(void) function
303 //USER_PANIC("alloc_pool_pbuf: failed!");
304 printf("alloc_pool_pbuf: failed!\n");
500 p = alloc_pool_pbuf();

Completed in 83 milliseconds