Home
last modified time | relevance | path

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

/lib/lwip/lwip/contrib/examples/httpd/post_example/
A Dpost_example.c126 … char *user = (char *)pbuf_get_contiguous(p, buf_user, sizeof(buf_user), len_user, value_user); in httpd_post_receive_data()
127 … char *pass = (char *)pbuf_get_contiguous(p, buf_pass, sizeof(buf_pass), len_pass, value_pass); in httpd_post_receive_data()
/lib/lwip/lwip/src/include/lwip/
A Dpbuf.h301 void *pbuf_get_contiguous(const struct pbuf *p, void *buffer, size_t bufsize, u16_t len, u16_t offs…
/lib/lwip/lwip/src/core/ipv6/
A Ddhcp6.c649 op_len = (u8_t *)pbuf_get_contiguous(p, op_len_buf, 4, 4, offset); in dhcp6_parse_reply()
/lib/lwip/lwip/src/core/
A Dpbuf.c1105 pbuf_get_contiguous(const struct pbuf *p, void *buffer, size_t bufsize, u16_t len, u16_t offset) in pbuf_get_contiguous() function
/lib/lwip/lwip/src/apps/mqtt/
A Dmqtt.c905 var_hdr_payload = (u8_t*)pbuf_get_contiguous(p, client->rx_buffer + fixed_hdr_len, in mqtt_parse_incoming()

Completed in 22 milliseconds