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

/barrelfish-master/include/lwip/lwip/
H A Dnetbuf.h51 void *netbuf_alloc(struct netbuf *buf, u16_t size);
/barrelfish-master/include/lwip2/lwip/
H A Dnetbuf.h78 void * netbuf_alloc (struct netbuf *buf, u16_t size);
/barrelfish-master/lib/lwip/src/api/
H A Dnetbuf.c95 void *netbuf_alloc(struct netbuf *buf, u16_t size) function
97 LWIP_ERROR("netbuf_alloc: invalid buf", (buf != NULL), return NULL;
H A Dsockets.c818 if (netbuf_alloc(&buf, short_size) == NULL) {
/barrelfish-master/lib/lwip2/src/api/
H A Dnetbuf.c102 netbuf_alloc(struct netbuf *buf, u16_t size) function
104 LWIP_ERROR("netbuf_alloc: invalid buf", (buf != NULL), return NULL;);
H A Dsockets.c1052 if (netbuf_alloc(chain_buf, (u16_t)size) == NULL) {
1177 if (netbuf_alloc(&buf, short_size) == NULL) {

Completed in 103 milliseconds