Searched refs:pbuf_get_contiguous (Results 1 - 3 of 3) sorted by relevance
/third_party/lwip/src/include/lwip/ |
H A D | pbuf.h | 301 void *pbuf_get_contiguous(const struct pbuf *p, void *buffer, size_t bufsize, u16_t len, u16_t offset);
|
/third_party/lwip/src/core/ipv6/ |
H A 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/ |
H A 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 1113 LWIP_ERROR("pbuf_get_contiguous: invalid buf", (p != NULL), return NULL;); in pbuf_get_contiguous() 1114 LWIP_ERROR("pbuf_get_contiguous: invalid dataptr", (buffer != NULL), return NULL;); in pbuf_get_contiguous() 1115 LWIP_ERROR("pbuf_get_contiguous: invalid dataptr", (bufsize >= len), return NULL;); in pbuf_get_contiguous()
|
Completed in 4 milliseconds