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

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetbuf.h74 err_t netbuf_data (struct netbuf *buf,
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dapi.h110 err_t netbuf_data (struct netbuf *buf,
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dnetbuf.c193 netbuf_data(struct netbuf *buf, void **dataptr, u16_t *len) function
195 LWIP_ERROR("netbuf_data: invalid buf", (buf != NULL), return ERR_ARG;);
196 LWIP_ERROR("netbuf_data: invalid dataptr", (dataptr != NULL), return ERR_ARG;);
197 LWIP_ERROR("netbuf_data: invalid len", (len != NULL), return ERR_ARG;);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h150 #define netbuf_data lwip_netbuf_data macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h45 #define netbuf_data lwip_netbuf_data macro
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_lib.c120 netbuf_data(struct netbuf *buf, void **dataptr, u16_t *len) function

Completed in 52 milliseconds