Home
last modified time | relevance | path

Searched refs:pbuf_copy_partial (Results 1 – 10 of 10) sorted by relevance

/lib/liblwip/src/include/lwip/
Dnetbuf.h80 pbuf_copy_partial((buf)->p, (dataptr), (len), (offset))
Dpbuf.h161 u16_t pbuf_copy_partial(struct pbuf *p, void *dataptr, u16_t len, u16_t offset);
/lib/liblwip/src/core/ipv4/
Dip_frag.c735 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/
Ddns.c762 if (pbuf_copy_partial(p, dns_payload, p->tot_len, 0) == p->tot_len) { in dns_recv()
Dpbuf.c918 pbuf_copy_partial(struct pbuf *buf, void *dataptr, u16_t len, u16_t offset) in pbuf_copy_partial() function
Ddhcp.c1456 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()
Dtcp_out.c1462 pbuf_copy_partial(seg->p, d, 1, seg->p->tot_len - seg->len); in tcp_zero_window_probe()
/lib/liblwip/test/unit/tcp/
Dtest_tcp.c623 ret = pbuf_copy_partial(txcounters.tx_packets, &sent, 1, 40U); in test_tcp_tx_full_window_lost()
/lib/liblwip/src/api/
Dsockets.c648 pbuf_copy_partial(p, (u8_t*)mem + off, copylen, sock->lastoffset); in lwip_recvfrom()
/lib/liblwip/
DCHANGELOG1600 * 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