Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/core/
Dtest_pbuf.c92 pbuf_cat(p1, p2); in START_TEST()
151 pbuf_cat(p1, p2); in START_TEST()
152 pbuf_cat(p1, p3); in START_TEST()
/third_party/lwip/src/api/
Dnetbuf.c180 pbuf_cat(head->p, tail->p); in netbuf_chain()
Dsockets.c1597 pbuf_cat(chain_buf.p, p); in lwip_sendmsg_internal()
/third_party/lwip/src/netif/ppp/
Dpppos.c543 pbuf_cat(pppos->in_head, pppos->in_tail); in pppos_input()
548 pbuf_cat(pppos->in_head, pppos->in_tail); in pppos_input()
659 pbuf_cat(pppos->in_head, pppos->in_tail); in pppos_input()
Dvj.c670 pbuf_cat(np, n0); in vj_uncompress_tcp()
Dpppol2tp.c185 pbuf_cat(ph, p); in pppol2tp_write()
Dpppoe.c232 pbuf_cat(ph, p); in pppoe_write()
/third_party/lwip/src/include/lwip/
Dpbuf.h295 void pbuf_cat(struct pbuf *head, struct pbuf *tail);
/third_party/lwip/src/core/ipv6/
Dip6_frag.c574 pbuf_cat(ipr->p, next_pbuf); in ip6_reass()
824 pbuf_cat(rambuf, newpbuf); in ip6_frag()
/third_party/lwip/src/core/ipv4/
Dip4_frag.c647 pbuf_cat(p, r); in ip4_reass()
841 pbuf_cat(rambuf, newpbuf); in ip4_frag()
/third_party/lwip/src/netif/
Dslipif.c276 pbuf_cat(priv->q, priv->p); in slipif_rxbyte()
Dlowpan6_common.c830 pbuf_cat(q, p->next); in lowpan6_decompress()
/third_party/lwip/test/unit/ip6/
Dtest_ip6.c311 pbuf_cat(payload, p); in START_TEST()
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c292 pbuf_cat(txcounters->tx_packets, p_copy); in test_tcp_netif_output()
/third_party/lwip/src/core/
Dpbuf.c853 pbuf_cat(struct pbuf *h, struct pbuf *t) in pbuf_cat() function
897 pbuf_cat(h, t); in pbuf_chain()
Dtcp_in.c515 pbuf_cat(recv_data, rest);
1593 pbuf_cat(recv_data, cseg->p);
Dtcp_out.c651 pbuf_cat(p/*header*/, p2/*data*/); in tcp_write()
738 pbuf_cat(last_unsent->p, concat_p); in tcp_write()
Dtcp.c1593 pbuf_cat(refused_data, rest); in tcp_process_refused_data()
/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls.c256 pbuf_cat(state->rx, p); in altcp_mbedtls_lower_recv()
426 pbuf_cat(state->rx_app, buf); in altcp_mbedtls_handle_rx_appldata()
/third_party/lwip/src/apps/http/
Dhttp_client.c304 pbuf_cat(req->rx_hdrs, p); in httpc_tcp_recv()
Dhttpd.c2004 pbuf_cat(hs->req, p);
/third_party/lwip/src/apps/smtp/
Dsmtp.c1289 pbuf_cat(s->p, p); in smtp_process()