Searched refs:pbuf_get_contiguous (Results 1 – 5 of 5) sorted by relevance
| /lib/lwip/lwip/contrib/examples/httpd/post_example/ |
| A D | post_example.c | 126 … 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 D | pbuf.h | 301 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 D | dhcp6.c | 649 op_len = (u8_t *)pbuf_get_contiguous(p, op_len_buf, 4, 4, offset); in dhcp6_parse_reply()
|
| /lib/lwip/lwip/src/core/ |
| A D | pbuf.c | 1105 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 D | mqtt.c | 905 var_hdr_payload = (u8_t*)pbuf_get_contiguous(p, client->rx_buffer + fixed_hdr_len, in mqtt_parse_incoming()
|
Completed in 22 milliseconds