Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dnetbuf.h80 pbuf_copy_partial((buf)->p, (dataptr), (len), (offset))
Dpbuf.h137 u16_t pbuf_copy_partial(struct pbuf *p, void *dataptr, u16_t len, u16_t offset);
/external/syslinux/core/lwip/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()
/external/syslinux/core/lwip/src/core/
Ddns.c767 if (pbuf_copy_partial(p, dns_payload, p->tot_len, 0) == p->tot_len) { in dns_recv()
Ddhcp.c1443 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()
Dpbuf.c895 pbuf_copy_partial(struct pbuf *buf, void *dataptr, u16_t len, u16_t offset) in pbuf_copy_partial() function
Dtcp_out.c1445 pbuf_copy_partial(seg->p, d, 1, TCPH_HDRLEN(thdr) * 4); in tcp_zero_window_probe()
/external/syslinux/core/lwip/src/netif/
Dundiif.c518 pbuf_copy_partial( pbuf, pkt_buf, pbuf->tot_len, 0); in undi_transmit()
/external/syslinux/core/lwip/src/api/
Dsockets.c640 pbuf_copy_partial(p, (u8_t*)mem + off, copylen, sock->lastoffset); in lwip_recvfrom()
/external/syslinux/core/lwip/
DCHANGELOG1301 * 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