Home
last modified time | relevance | path

Searched refs:pbuf_copy (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dpbuf.h238 err_t pbuf_copy(struct pbuf *p_to, const struct pbuf *p_from);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dpbuf.h270 err_t pbuf_copy(struct pbuf *p_to, const struct pbuf *p_from);
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dicmp6.c155 if (pbuf_copy(r, p) != ERR_OK) { in icmp6_input()
A Dnd6.c1723 if (pbuf_copy(p, q) != ERR_OK) { in nd6_queue_packet()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dicmp.c176 if (pbuf_copy(r, p) != ERR_OK) { in icmp_input()
A Detharp.c1060 if (pbuf_copy(p, q) != ERR_OK) {
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dmppe.c212 if ((err = pbuf_copy(np, *pb)) != ERR_OK) { in mppe_compress()
A Dvj.c210 if (pbuf_copy(np, *pb) != ERR_OK) { in vj_compress_tcp()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/
A Dtftp_server.c117 if(pbuf_copy(p, tftp_state.last_data) != ERR_OK) { in resend_data()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpbuf.c1044 pbuf_copy(struct pbuf *p_to, const struct pbuf *p_from) in pbuf_copy() function
1332 err = pbuf_copy(q, p); in pbuf_coalesce()
A Daf_packet.c989 if (pbuf_copy(q, p) != ERR_OK) in packet_input()
A Dnetif.c870 if ((err = pbuf_copy(r, p)) != ERR_OK) { in netif_loop_output()
A Dudp.c401 err_t err = pbuf_copy(q, p); in udp_input()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/network/dhcp/
A Ddhcps.c402 if(pbuf_copy(newly_malloc_packet_buffer, packet_buffer) != ERR_OK) in dhcps_send_offer()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/dhcpd/
A Ddhcps.c438 if (pbuf_copy(newly_malloc_packet_buffer, packet_buffer) != ERR_OK) { in dhcps_send_offer()
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dapi_msg.c120 if (pbuf_copy(q, p) != ERR_OK) { in recv_raw()

Completed in 45 milliseconds