Searched refs:pbuf_copy (Results 1 – 11 of 11) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | pbuf.h | 298 err_t pbuf_copy(struct pbuf *p_to, const struct pbuf *p_from);
|
/third_party/lwip/src/core/ipv6/ |
D | icmp6.c | 156 if (pbuf_copy(r, p) != ERR_OK) { in icmp6_input()
|
/third_party/lwip/src/netif/ppp/ |
D | mppe.c | 212 if ((err = pbuf_copy(np, *pb)) != ERR_OK) { in mppe_compress()
|
/third_party/lwip/test/unit/core/ |
D | test_pbuf.c | 97 err = pbuf_copy(p3, p1); in START_TEST()
|
/third_party/lwip/src/core/ipv4/ |
D | icmp.c | 187 if (pbuf_copy(r, p) != ERR_OK) { in icmp_input()
|
/third_party/lwip/src/apps/tftp/ |
D | tftp_server.c | 164 if (pbuf_copy(p, tftp_state.last_data) != ERR_OK) { in resend_data()
|
/third_party/lwip/test/unit/tcp/ |
D | tcp_helper.c | 287 err = pbuf_copy(p_copy, p); in test_tcp_netif_output()
|
/third_party/lwip/src/core/ |
D | pbuf.c | 961 pbuf_copy(struct pbuf *p_to, const struct pbuf *p_from) in pbuf_copy() function 1348 err = pbuf_copy(q, p); in pbuf_clone()
|
D | netif.c | 1255 if ((err = pbuf_copy(r, p)) != ERR_OK) {
|
/third_party/lwip/src/netif/ |
D | lowpan6_common.c | 823 pbuf_copy(q, p); in lowpan6_decompress()
|
/third_party/lwip/ |
D | CHANGELOG | 1348 * 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()).
|