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

/barrelfish-master/include/lwip/lwip/
H A Dnetbuf.h52 void netbuf_free(struct netbuf *buf);
/barrelfish-master/include/lwip2/lwip/
H A Dnetbuf.h79 void netbuf_free (struct netbuf *buf);
/barrelfish-master/lib/lwip/src/api/
H A Dnetbuf.c118 void netbuf_free(struct netbuf *buf) function
120 LWIP_ERROR("netbuf_free: invalid buf", (buf != NULL), return;
211 LWIP_ERROR("netbuf_free: invalid buf", (buf != NULL), return -1;
232 LWIP_ERROR("netbuf_free: invalid buf", (buf != NULL), return;
H A Dsockets.c832 netbuf_free(&buf);
/barrelfish-master/lib/lwip2/src/api/
H A Dnetbuf.c127 netbuf_free(struct netbuf *buf) function
129 LWIP_ERROR("netbuf_free: invalid buf", (buf != NULL), return;);
H A Dsockets.c1208 netbuf_free(&buf);

Completed in 114 milliseconds