Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dpbuf.h298 err_t pbuf_copy(struct pbuf *p_to, const struct pbuf *p_from);
/third_party/lwip/src/core/ipv6/
Dicmp6.c156 if (pbuf_copy(r, p) != ERR_OK) { in icmp6_input()
/third_party/lwip/src/netif/ppp/
Dmppe.c212 if ((err = pbuf_copy(np, *pb)) != ERR_OK) { in mppe_compress()
/third_party/lwip/test/unit/core/
Dtest_pbuf.c97 err = pbuf_copy(p3, p1); in START_TEST()
/third_party/lwip/src/core/ipv4/
Dicmp.c187 if (pbuf_copy(r, p) != ERR_OK) { in icmp_input()
/third_party/lwip/src/apps/tftp/
Dtftp_server.c164 if (pbuf_copy(p, tftp_state.last_data) != ERR_OK) { in resend_data()
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c287 err = pbuf_copy(p_copy, p); in test_tcp_netif_output()
/third_party/lwip/src/core/
Dpbuf.c961 pbuf_copy(struct pbuf *p_to, const struct pbuf *p_from) in pbuf_copy() function
1348 err = pbuf_copy(q, p); in pbuf_clone()
Dnetif.c1255 if ((err = pbuf_copy(r, p)) != ERR_OK) {
/third_party/lwip/src/netif/
Dlowpan6_common.c823 pbuf_copy(q, p); in lowpan6_decompress()
/third_party/lwip/
DCHANGELOG1348 * pbuf.c: fixed bug #35291: NULL pointer in pbuf_copy
3662 * pbuf.c, pbuf.h, etharp.c: Further update to ARP queueing: Changed pbuf_copy()
3664 pbuf inside pbuf_copy()).