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

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetbuf.h65 struct netbuf * netbuf_new (void);
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dapi.h100 struct netbuf * netbuf_new (void);
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dnetbuf.c56 netbuf *netbuf_new(void) function
82 * Deallocate a netbuf allocated by netbuf_new().
84 * @param buf pointer to a netbuf allocated by netbuf_new()
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h157 #define netbuf_new lwip_netbuf_new macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h49 #define netbuf_new lwip_netbuf_new macro
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_lib.c43 netbuf *netbuf_new(void) function
H A Dsockets.c490 buf = netbuf_new();

Completed in 55 milliseconds