Searched refs:pbuf_copy_partial (Results 1 – 10 of 10) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | netbuf.h | 80 pbuf_copy_partial((buf)->p, (dataptr), (len), (offset))
|
| D | pbuf.h | 161 u16_t pbuf_copy_partial(struct pbuf *p, void *dataptr, u16_t len, u16_t offset);
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip_frag.c | 735 poff += pbuf_copy_partial(p, (u8_t*)iphdr + IP_HLEN, cop, poff); in ip_frag() 744 poff += pbuf_copy_partial(p, rambuf->payload, cop, poff); in ip_frag()
|
| /lib/liblwip/src/core/ |
| D | dns.c | 762 if (pbuf_copy_partial(p, dns_payload, p->tot_len, 0) == p->tot_len) { in dns_recv()
|
| D | pbuf.c | 918 pbuf_copy_partial(struct pbuf *buf, void *dataptr, u16_t len, u16_t offset) in pbuf_copy_partial() function
|
| D | dhcp.c | 1456 pbuf_copy_partial(q, &value, copy_len, val_offset); in dhcp_parse_reply() 1512 pbuf_copy_partial(p, dhcp->boot_file_name, DHCP_FILE_LEN-1, DHCP_FILE_OFS); in dhcp_parse_reply()
|
| D | tcp_out.c | 1462 pbuf_copy_partial(seg->p, d, 1, seg->p->tot_len - seg->len); in tcp_zero_window_probe()
|
| /lib/liblwip/test/unit/tcp/ |
| D | test_tcp.c | 623 ret = pbuf_copy_partial(txcounters.tx_packets, &sent, 1, 40U); in test_tcp_tx_full_window_lost()
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 648 pbuf_copy_partial(p, (u8_t*)mem + off, copylen, sock->lastoffset); in lwip_recvfrom()
|
| /lib/liblwip/ |
| D | CHANGELOG | 1600 * dhcp.c: dhcp_unfold_reply() uses pbuf_copy_partial instead of its own copy 1843 * api_lib.c, ip_frag.c, pbuf.c, api.h, pbuf.h: Introduced pbuf_copy_partial, 2278 * ip_frag.c: Fixed bug #20429: use the new pbuf_copy_partial instead of the old
|