Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/sntp/
A Dsntp.c361 pbuf_copy_partial(p, &mode, 1, SNTP_OFFSET_LI_VN_MODE); in sntp_recv()
366 pbuf_copy_partial(p, &stratum, 1, SNTP_OFFSET_STRATUM); in sntp_recv()
375 pbuf_copy_partial(p, &originate_timestamp, 8, SNTP_OFFSET_ORIGINATE_TIME); in sntp_recv()
386pbuf_copy_partial(p, &receive_timestamp, SNTP_RECEIVE_TIME_SIZE * 4, SNTP_OFFSET_TRANSMIT_TIME); in sntp_recv()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/
A Dtftp_server.c203 pbuf_copy_partial(p, filename, filename_end_offset-2, 2); in recv()
212 pbuf_copy_partial(p, mode, mode_end_offset-filename_end_offset, filename_end_offset+1); in recv()
405 pbuf_copy_partial(p, buff, p->tot_len, 0); in tftp_fwrite()
A Dtftp_client.c195 pbuf_copy_partial(p, buff, p->tot_len, 0); in tftp_fwrite()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dnetbuf.h91 pbuf_copy_partial((buf)->p, (dataptr), (len), (offset))
A Dpbuf.h271 u16_t pbuf_copy_partial(const struct pbuf *p, void *dataptr, u16_t len, u16_t offset);
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dnetbuf.h91 pbuf_copy_partial((buf)->p, (dataptr), (len), (offset))
A Dpbuf.h239 u16_t pbuf_copy_partial(const struct pbuf *p, void *dataptr, u16_t len, u16_t offset);
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/mdns/
A Dmdns.c347 if (pbuf_copy_partial(p, label, c, offset) != c) { in mdns_readname_loop()
1003 copied = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), pkt->parse_offset); in mdns_read_rr_info()
1010 copied = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), pkt->parse_offset); in mdns_read_rr_info()
1092 copied = pbuf_copy_partial(pkt->pbuf, &ttl, sizeof(ttl), pkt->parse_offset); in mdns_read_answer()
1099 copied = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), pkt->parse_offset); in mdns_read_answer()
1659 len = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), read_pos); in mdns_handle_question()
1665 len = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), read_pos); in mdns_handle_question()
1671 len = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), read_pos); in mdns_handle_question()
1764 if (pbuf_copy_partial(p, &hdr, SIZEOF_DNS_HDR, offset) < SIZEOF_DNS_HDR) { in mdns_recv()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_pbuf_stream.c63 if (pbuf_copy_partial(pbuf_stream->pbuf, data, 1, pbuf_stream->offset) == 0) { in snmp_pbuf_stream_read()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Ddns.c1187 if (pbuf_copy_partial(p, &hdr, SIZEOF_DNS_HDR, 0) == SIZEOF_DNS_HDR) { in dns_recv()
1240 if (pbuf_copy_partial(p, &qry, SIZEOF_DNS_QUERY, res_idx) != SIZEOF_DNS_QUERY) { in dns_recv()
1264 … if (pbuf_copy_partial(p, &ans, SIZEOF_DNS_ANSWER, res_idx) != SIZEOF_DNS_ANSWER) { in dns_recv()
1278 … if (pbuf_copy_partial(p, &ip4addr, sizeof(ip4_addr_t), res_idx) != sizeof(ip4_addr_t)) { in dns_recv()
1297 … if (pbuf_copy_partial(p, &ip6addr, sizeof(ip6_addr_t), res_idx) != sizeof(ip6_addr_t)) { in dns_recv()
A Daf_packet.c366 pbuf_copy_partial(p, mem, (u16_t)len, copy_offset); in packet_recvfrom()
371 pbuf_copy_partial(p, mem, (u16_t)msg_len, copy_offset); in packet_recvfrom()
A Dpbuf.c1111 pbuf_copy_partial(const struct pbuf *buf, void *dataptr, u16_t len, u16_t offset) in pbuf_copy_partial() function
A Dtcp_out.c1686 pbuf_copy_partial(seg->p, d, 1, seg->p->tot_len - seg->len); in tcp_zero_window_probe()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dicmp6.c99 pbuf_copy_partial(p, icmp6hdr, sizeof(*icmp6hdr), 0); in icmp6_input()
A Dnd6.c473 …if (pbuf_copy_partial(p, buffer, sizeof(struct prefix_option), offset) != sizeof(struct prefix_opt… in nd6_input()
/AliOS-Things-master/components/py_engine/engine/shared/netutils/
A Ddhcpserver.c197 size_t len = pbuf_copy_partial(p, &dhcp_msg, sizeof(dhcp_msg), 0); in dhcp_server_process()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/
A Dlowpan6.c490pbuf_copy_partial(p, buffer + ieee_header_len + lowpan6_header_len + 4, frag_len - lowpan6_header_… in lowpan6_frag()
522 pbuf_copy_partial(p, buffer + ieee_header_len + 5, frag_len, p->tot_len - remaining_len); in lowpan6_frag()
546 pbuf_copy_partial(p, buffer + ieee_header_len + lowpan6_header_len, frag_len, 0); in lowpan6_frag()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_frag.c726 poff += pbuf_copy_partial(p, rambuf->payload, fragsize, poff); in ip4_frag()
A Ddhcp.c1603 if (pbuf_copy_partial(q, &value, copy_len, val_offset) != copy_len) { in dhcp_parse_reply()
1664 …if (pbuf_copy_partial(p, dhcp->boot_file_name, DHCP_FILE_LEN-1, DHCP_FILE_OFS) != (DHCP_FILE_LEN-1… in dhcp_parse_reply()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodlwip.c627 u16_t result = pbuf_copy_partial(p, buf, ((p->tot_len > len) ? len : p->tot_len), 0); in lwip_raw_udp_receive()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/
A Dhttpd.c1935 pbuf_copy_partial(hs->req, httpd_req_buf, data_len, 0);
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c1051 pbuf_copy_partial(p, (u8_t*)mem + off, copylen, sock->lastoffset); in lwip_recvfrom()

Completed in 43 milliseconds