Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dpbuf.h300 void *pbuf_get_contiguous(const struct pbuf *p, void *buffer, size_t bufsize, u16_t len, u16_t offs…
/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Ddhcp6.c649 op_len = (u8_t *)pbuf_get_contiguous(p, op_len_buf, 4, 4, offset); in dhcp6_parse_reply()
/btstack/3rd-party/lwip/core/src/core/
H A Dpbuf.c1074 pbuf_get_contiguous(const struct pbuf *p, void *buffer, size_t bufsize, u16_t len, u16_t offset) in pbuf_get_contiguous() function
/btstack/3rd-party/lwip/core/src/apps/mqtt/
H A Dmqtt.c904 var_hdr_payload = (u8_t*)pbuf_get_contiguous(p, client->rx_buffer + fixed_hdr_len, in mqtt_parse_incoming()