Searched refs:pbuf_copy_partial (Results 1 – 10 of 10) sorted by relevance
/external/syslinux/core/lwip/src/include/lwip/ |
D | netbuf.h | 80 pbuf_copy_partial((buf)->p, (dataptr), (len), (offset))
|
D | pbuf.h | 137 u16_t pbuf_copy_partial(struct pbuf *p, void *dataptr, u16_t len, u16_t offset);
|
/external/syslinux/core/lwip/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()
|
/external/syslinux/core/lwip/src/core/ |
D | dns.c | 767 if (pbuf_copy_partial(p, dns_payload, p->tot_len, 0) == p->tot_len) { in dns_recv()
|
D | dhcp.c | 1443 pbuf_copy_partial(q, &value, copy_len, val_offset); in dhcp_parse_reply() 1492 pbuf_copy_partial(p, dhcp->boot_file_name, DHCP_FILE_LEN-1, DHCP_FILE_OFS); in dhcp_parse_reply()
|
D | pbuf.c | 895 pbuf_copy_partial(struct pbuf *buf, void *dataptr, u16_t len, u16_t offset) in pbuf_copy_partial() function
|
D | tcp_out.c | 1445 pbuf_copy_partial(seg->p, d, 1, TCPH_HDRLEN(thdr) * 4); in tcp_zero_window_probe()
|
/external/syslinux/core/lwip/src/netif/ |
D | undiif.c | 518 pbuf_copy_partial( pbuf, pkt_buf, pbuf->tot_len, 0); in undi_transmit()
|
/external/syslinux/core/lwip/src/api/ |
D | sockets.c | 640 pbuf_copy_partial(p, (u8_t*)mem + off, copylen, sock->lastoffset); in lwip_recvfrom()
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 1301 * dhcp.c: dhcp_unfold_reply() uses pbuf_copy_partial instead of its own copy 1544 * api_lib.c, ip_frag.c, pbuf.c, api.h, pbuf.h: Introduced pbuf_copy_partial, 1979 * ip_frag.c: Fixed bug #20429: use the new pbuf_copy_partial instead of the old
|