Home
last modified time | relevance | path

Searched refs:pbuf_get_contiguous (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dpbuf.h301 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/
Ddhcp6.c649 op_len = (u8_t *)pbuf_get_contiguous(p, op_len_buf, 4, 4, offset); in dhcp6_parse_reply()
/third_party/lwip/src/core/
Dpbuf.c1108 pbuf_get_contiguous(const struct pbuf *p, void *buffer, size_t bufsize, u16_t len, u16_t offset) in pbuf_get_contiguous() function