Searched defs:pbuf_copy_partial (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dpbuf.c918 pbuf_copy_partial(struct pbuf *buf, void *dataptr, u16_t len, u16_t offset) function
925 LWIP_ERROR("pbuf_copy_partial: invalid buf", (buf != NULL), return 0;);
926 LWIP_ERROR("pbuf_copy_partial: invalid dataptr", (dataptr != NULL), return 0;);

Completed in 52 milliseconds