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 D | pbuf.h | 238 err_t pbuf_copy(struct pbuf *p_to, const struct pbuf *p_from);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | pbuf.h | 270 err_t pbuf_copy(struct pbuf *p_to, const struct pbuf *p_from);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | icmp6.c | 155 if (pbuf_copy(r, p) != ERR_OK) { in icmp6_input()
|
A D | nd6.c | 1723 if (pbuf_copy(p, q) != ERR_OK) { in nd6_queue_packet()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | icmp.c | 176 if (pbuf_copy(r, p) != ERR_OK) { in icmp_input()
|
A D | etharp.c | 1060 if (pbuf_copy(p, q) != ERR_OK) {
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | mppe.c | 212 if ((err = pbuf_copy(np, *pb)) != ERR_OK) { in mppe_compress()
|
A D | vj.c | 210 if (pbuf_copy(np, *pb) != ERR_OK) { in vj_compress_tcp()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/ |
A D | tftp_server.c | 117 if(pbuf_copy(p, tftp_state.last_data) != ERR_OK) { in resend_data()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | pbuf.c | 1044 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 D | af_packet.c | 989 if (pbuf_copy(q, p) != ERR_OK) in packet_input()
|
A D | netif.c | 870 if ((err = pbuf_copy(r, p)) != ERR_OK) { in netif_loop_output()
|
A D | udp.c | 401 err_t err = pbuf_copy(q, p); in udp_input()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/network/dhcp/ |
A D | dhcps.c | 402 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 D | dhcps.c | 438 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 D | api_msg.c | 120 if (pbuf_copy(q, p) != ERR_OK) { in recv_raw()
|
Completed in 26 milliseconds