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

/barrelfish-master/include/lwip/lwip/
H A Dnetbuf.h49 struct netbuf *netbuf_new(void);
/barrelfish-master/include/lwip2/lwip/
H A Dnetbuf.h76 struct netbuf * netbuf_new (void);
/barrelfish-master/lib/lwip/src/api/
H A Dnetbuf.c56 netbuf *netbuf_new(void) function
72 * Deallocate a netbuf allocated by netbuf_new().
74 * @param buf pointer to a netbuf allocated by netbuf_new()
/barrelfish-master/lib/lwip2/src/api/
H A Dnetbuf.c10 * netbuf_new() and netbuf_delete() are not thread-safe.
63 netbuf *netbuf_new(void) function
76 * Deallocate a netbuf allocated by netbuf_new().
78 * @param buf pointer to a netbuf allocated by netbuf_new()
H A Dsockets.c1037 chain_buf = netbuf_new();

Completed in 110 milliseconds