Searched refs:pbuf_get_contiguous (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | pbuf.h | 301 void *pbuf_get_contiguous(const struct pbuf *p, void *buffer, size_t bufsize, u16_t len, u16_t offs…
|
/third_party/lwip/src/core/ipv6/ |
D | dhcp6.c | 649 op_len = (u8_t *)pbuf_get_contiguous(p, op_len_buf, 4, 4, offset); in dhcp6_parse_reply()
|
/third_party/lwip/src/core/ |
D | pbuf.c | 1108 pbuf_get_contiguous(const struct pbuf *p, void *buffer, size_t bufsize, u16_t len, u16_t offset) in pbuf_get_contiguous() function
|