Searched refs:netbuf_ref (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | netbuf.h | 69 err_t netbuf_ref (struct netbuf *buf,
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | api.h | 104 void netbuf_ref (struct netbuf *buf,
|
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | netbuf.c | 150 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) function 152 LWIP_ERROR("netbuf_ref: invalid buf", (buf != NULL), return ERR_ARG;); 176 LWIP_ERROR("netbuf_ref: invalid head", (head != NULL), return;);
|
H A D | sockets.c | 1003 err = netbuf_ref(&buf, data, short_size);
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 159 #define netbuf_ref lwip_netbuf_ref macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 51 #define netbuf_ref lwip_netbuf_ref macro
|
/vbox/src/VBox/Devices/Network/lwip/src/api/ |
H A D | api_lib.c | 94 netbuf_ref(struct netbuf *buf, void *dataptr, u16_t size) function
|
H A D | sockets.c | 500 netbuf_ref(buf, data, size);
|
Completed in 53 milliseconds