Searched refs:netbuf_data (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | netbuf.h | 74 err_t netbuf_data (struct netbuf *buf,
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | api.h | 110 err_t netbuf_data (struct netbuf *buf,
|
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | netbuf.c | 193 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 D | lwipopts.h | 150 #define netbuf_data lwip_netbuf_data macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 45 #define netbuf_data lwip_netbuf_data macro
|
/vbox/src/VBox/Devices/Network/lwip/src/api/ |
H A D | api_lib.c | 120 netbuf_data(struct netbuf *buf, void **dataptr, u16_t *len) function
|
Completed in 52 milliseconds