Searched refs:pbuf_take (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | netbuf.h | 82 #define netbuf_take(buf, dataptr, len) pbuf_take((buf)->p, dataptr, len)
|
| D | pbuf.h | 162 err_t pbuf_take(struct pbuf *buf, const void *dataptr, u16_t len);
|
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.c | 88 pbuf_take(p, data, data_len); in tcp_create_segment_wnd()
|
| /lib/liblwip/src/core/ |
| D | pbuf.c | 966 pbuf_take(struct pbuf *buf, const void *dataptr, u16_t len) in pbuf_take() function
|